Html Css Color HEX #582DC0 Purple Heart

📋 copy color: '#582DC0'

red 88 ◦ green 45 ◦ blue 192

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

Shades of Purple Heart #582DC0

Tints of Purple Heart #582DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

 BLUE value IS 192 (75.39% from 255) = 59.08%

R = 27.08%
G = 13.85%
B = 59.08%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#582DC0 (or 0x582DC0) is known color: Purple Heart. HEX triplet: 58, 2D and C0. RGB value is (88,45,192). Sum of RGB (Red+Green+Blue) = 88+45+192=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 192 (75.39% from 255 or 59.08% from 325); Max value from RGB is 192 - color contains mainly: blue. Hex color #582DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DC0 is #A7D23F. Grayscale: #4A4A4A. Windows color (decimal): -10998336 or 12594520. OLE color: 12594520.

HSL color Cylindrical-coordinate representation of color #582DC0: hue angle of 257.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582DC0 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 45 192 -
CMYK 0.54 0.77 0 0.25
HSL 257.55º 0.62% 0.46% -
HSV(B) 257.55º 0.77% 0.75% -
XYZ 14.48 7.76 50.6 -
YUV 74.62 194.25 137.55 -
System Red Green Blue C M Y K H S L
Decimal 88 45 192 0.54 0.77 0 0.25 257.55 0.62 0.46
Hex 58 2D C0 36 4D 0 19 102 3E 2E
Octal 130 55 300 66 115 0 31 402 76 56
Binary 1011000 101101 11000000 110110 1001101 0 11001 100000010 111110 101110

Color Harmonies of #582DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582DC0

Black with #582DC0

Text Example


Text Example

White with #582DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,45,192); }

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

background-color css

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

 a { background-color: rgb(88,45,192); }

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

border-color css

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

 span { border-color: rgb(88,45,192); }

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