Html Css Color HEX #582ABC Purple Heart

📋 copy color: '#582ABC'

red 88 ◦ green 42 ◦ blue 188

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

Shades of Purple Heart #582ABC

Tints of Purple Heart #582ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.12%

R = 27.67%
G = 13.21%
B = 59.12%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#582ABC (or 0x582ABC) is known color: Purple Heart. HEX triplet: 58, 2A and BC. RGB value is (88,42,188). Sum of RGB (Red+Green+Blue) = 88+42+188=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #582ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582ABC is #A7D543. Grayscale: #474747. Windows color (decimal): -10999108 or 12331608. OLE color: 12331608.

HSL color Cylindrical-coordinate representation of color #582ABC: hue angle of 258.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582ABC is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 42 188 -
CMYK 0.53 0.78 0 0.26
HSL 258.9º 0.63% 0.45% -
HSV(B) 258.9º 0.78% 0.74% -
XYZ 13.93 7.36 48.26 -
YUV 72.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 88 42 188 0.53 0.78 0 0.26 258.9 0.63 0.45
Hex 58 2A BC 35 4E 0 1A 103 3F 2D
Octal 130 52 274 65 116 0 32 403 77 55
Binary 1011000 101010 10111100 110101 1001110 0 11010 100000011 111111 101101

Color Harmonies of #582ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582ABC

Black with #582ABC

Text Example


Text Example

White with #582ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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