Html Css Color HEX #582ECD Purple Heart

📋 copy color: '#582ECD'

red 88 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #582ECD

Tints of Purple Heart #582ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.57%

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

R = 25.96%
G = 13.57%
B = 60.47%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#582ECD (or 0x582ECD) is known color: Purple Heart. HEX triplet: 58, 2E and CD. RGB value is (88,46,205). Sum of RGB (Red+Green+Blue) = 88+46+205=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #582ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582ECD is #A7D132. Grayscale: #4C4C4C. Windows color (decimal): -10998067 or 13446744. OLE color: 13446744.

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

Color convert

RGB 88 46 205 -
CMYK 0.57 0.78 0 0.20
HSL 255.85º 0.63% 0.49% -
HSV(B) 255.85º 0.78% 0.8% -
XYZ 16.02 8.44 58.54 -
YUV 76.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 88 46 205 0.57 0.78 0 0.20 255.85 0.63 0.49
Hex 58 2E CD 39 4E 0 14 100 3F 31
Octal 130 56 315 71 116 0 24 400 77 61
Binary 1011000 101110 11001101 111001 1001110 0 10100 100000000 111111 110001

Color Harmonies of #582ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582ECD

Black with #582ECD

Text Example


Text Example

White with #582ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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