Html Css Color HEX #582ACE Purple Heart

📋 copy color: '#582ACE'

red 88 ◦ green 42 ◦ blue 206

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

Shades of Purple Heart #582ACE

Tints of Purple Heart #582ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.5%

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 26.19%
G = 12.5%
B = 61.31%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#582ACE (or 0x582ACE) is known color: Purple Heart. HEX triplet: 58, 2A and CE. RGB value is (88,42,206). Sum of RGB (Red+Green+Blue) = 88+42+206=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #582ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582ACE is #A7D531. Grayscale: #494949. Windows color (decimal): -10999090 or 13511256. OLE color: 13511256.

HSL color Cylindrical-coordinate representation of color #582ACE: hue angle of 256.83º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582ACE is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 42 206 -
CMYK 0.57 0.80 0 0.19
HSL 256.83º 0.66% 0.49% -
HSV(B) 256.83º 0.8% 0.81% -
XYZ 15.99 8.19 59.13 -
YUV 74.45 202.24 137.66 -
System Red Green Blue C M Y K H S L
Decimal 88 42 206 0.57 0.80 0 0.19 256.83 0.66 0.49
Hex 58 2A CE 39 50 0 13 101 42 31
Octal 130 52 316 71 120 0 23 401 102 61
Binary 1011000 101010 11001110 111001 1010000 0 10011 100000001 1000010 110001

Color Harmonies of #582ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582ACE

Black with #582ACE

Text Example


Text Example

White with #582ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,42,206); }

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

background-color css

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

 a { background-color: rgb(88,42,206); }

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

border-color css

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

 span { border-color: rgb(88,42,206); }

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