Html Css Color HEX #582ACD Purple Heart

📋 copy color: '#582ACD'

red 88 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #582ACD

Tints of Purple Heart #582ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 26.27%
G = 12.54%
B = 61.19%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#582ACD (or 0x582ACD) is known color: Purple Heart. HEX triplet: 58, 2A and CD. RGB value is (88,42,205). Sum of RGB (Red+Green+Blue) = 88+42+205=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #582ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582ACD is #A7D532. Grayscale: #494949. Windows color (decimal): -10999091 or 13445720. OLE color: 13445720.

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

Color convert

RGB 88 42 205 -
CMYK 0.57 0.80 0 0.20
HSL 256.93º 0.66% 0.48% -
HSV(B) 256.93º 0.8% 0.8% -
XYZ 15.87 8.14 58.49 -
YUV 74.34 201.74 137.75 -
System Red Green Blue C M Y K H S L
Decimal 88 42 205 0.57 0.80 0 0.20 256.93 0.66 0.48
Hex 58 2A CD 39 50 0 14 101 42 30
Octal 130 52 315 71 120 0 24 401 102 60
Binary 1011000 101010 11001101 111001 1010000 0 10100 100000001 1000010 110000

Color Harmonies of #582ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582ACD

Black with #582ACD

Text Example


Text Example

White with #582ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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