Html Css Color HEX #582ACB Purple Heart

📋 copy color: '#582ACB'

red 88 ◦ green 42 ◦ blue 203

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

Shades of Purple Heart #582ACB

Tints of Purple Heart #582ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.96%

R = 26.43%
G = 12.61%
B = 60.96%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#582ACB (or 0x582ACB) is known color: Purple Heart. HEX triplet: 58, 2A and CB. RGB value is (88,42,203). Sum of RGB (Red+Green+Blue) = 88+42+203=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #582ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582ACB is #A7D534. Grayscale: #494949. Windows color (decimal): -10999093 or 13314648. OLE color: 13314648.

HSL color Cylindrical-coordinate representation of color #582ACB: hue angle of 257.14º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #582ACB is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 42 203 -
CMYK 0.57 0.79 0 0.20
HSL 257.14º 0.66% 0.48% -
HSV(B) 257.14º 0.79% 0.8% -
XYZ 15.63 8.04 57.23 -
YUV 74.11 200.74 137.91 -
System Red Green Blue C M Y K H S L
Decimal 88 42 203 0.57 0.79 0 0.20 257.14 0.66 0.48
Hex 58 2A CB 39 4F 0 14 101 42 30
Octal 130 52 313 71 117 0 24 401 102 60
Binary 1011000 101010 11001011 111001 1001111 0 10100 100000001 1000010 110000

Color Harmonies of #582ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582ACB

Black with #582ACB

Text Example


Text Example

White with #582ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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