Html Css Color HEX #582ECB Purple Heart

📋 copy color: '#582ECB'

red 88 ◦ green 46 ◦ blue 203

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

Shades of Purple Heart #582ECB

Tints of Purple Heart #582ECB

RGB

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

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

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

R = 26.11%
G = 13.65%
B = 60.24%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#582ECB (or 0x582ECB) is known color: Purple Heart. HEX triplet: 58, 2E and CB. RGB value is (88,46,203). Sum of RGB (Red+Green+Blue) = 88+46+203=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #582ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582ECB is #A7D134. Grayscale: #4B4B4B. Windows color (decimal): -10998069 or 13315672. OLE color: 13315672.

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

Color convert

RGB 88 46 203 -
CMYK 0.57 0.77 0 0.20
HSL 256.05º 0.63% 0.49% -
HSV(B) 256.05º 0.77% 0.8% -
XYZ 15.78 8.34 57.28 -
YUV 76.46 199.41 136.23 -
System Red Green Blue C M Y K H S L
Decimal 88 46 203 0.57 0.77 0 0.20 256.05 0.63 0.49
Hex 58 2E CB 39 4D 0 14 100 3F 31
Octal 130 56 313 71 115 0 24 400 77 61
Binary 1011000 101110 11001011 111001 1001101 0 10100 100000000 111111 110001

Color Harmonies of #582ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582ECB

Black with #582ECB

Text Example


Text Example

White with #582ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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