Html Css Color HEX #582CD5 Purple Heart

📋 copy color: '#582CD5'

red 88 ◦ green 44 ◦ blue 213

#582CD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #582CD5

Tints of Purple Heart #582CD5

RGB

 RED value IS 88 (34.77% from 255) = 25.51%

 GREEN value IS 44 (17.58% from 255) = 12.75%

 BLUE value IS 213 (83.59% from 255) = 61.74%

R = 25.51%
G = 12.75%
B = 61.74%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#582CD5 (or 0x582CD5) is known color: Purple Heart. HEX triplet: 58, 2C and D5. RGB value is (88,44,213). Sum of RGB (Red+Green+Blue) = 88+44+213=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 213 (83.59% from 255 or 61.74% from 345); Max value from RGB is 213 - color contains mainly: blue. Hex color #582CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CD5 is #A7D32A. Grayscale: #4B4B4B. Windows color (decimal): -10998571 or 13970520. OLE color: 13970520.

HSL color Cylindrical-coordinate representation of color #582CD5: hue angle of 255.62º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #582CD5 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 44 213 -
CMYK 0.59 0.79 0 0.16
HSL 255.62º 0.67% 0.5% -
HSV(B) 255.62º 0.79% 0.84% -
XYZ 16.94 8.68 63.73 -
YUV 76.42 205.08 136.26 -
System Red Green Blue C M Y K H S L
Decimal 88 44 213 0.59 0.79 0 0.16 255.62 0.67 0.5
Hex 58 2C D5 3B 4F 0 10 100 43 32
Octal 130 54 325 73 117 0 20 400 103 62
Binary 1011000 101100 11010101 111011 1001111 0 10000 100000000 1000011 110010

Color Harmonies of #582CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CD5

Black with #582CD5

Text Example


Text Example

White with #582CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582CD5; }

 p { color: rgb(88,44,213); }

 H1.HeaderClassName
 {
   color: #582CD5;
 }
 .AnyTagClassName
 {
   color: #582CD5;
 }
</style>

background-color css

<style>
 a { background-color: #582CD5; }

 a { background-color: rgb(88,44,213); }

 div.DivClassName
 {
   background-color: #582CD5;
 }
 .BgClassName
 {
   background-color: #582CD5;
 }
</style>

border-color css

<style>
 span { border-color: #582CD5; }

 span { border-color: rgb(88,44,213); }

 td.TdClassName
 {
   border-color: #582CD5;
 }
 .TagClassName
 {
   border-color: #582CD5;
 }
</style>