Html Css Color HEX #580ECB Purple Heart

📋 copy color: '#580ECB'

red 88 ◦ green 14 ◦ blue 203

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

Shades of Purple Heart #580ECB

Tints of Purple Heart #580ECB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.59%

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

R = 28.85%
G = 4.59%
B = 66.56%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#580ECB (or 0x580ECB) is known color: Purple Heart. HEX triplet: 58, 0E and CB. RGB value is (88,14,203). Sum of RGB (Red+Green+Blue) = 88+14+203=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #580ECB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ECB is #A7F134. Grayscale: #383838. Windows color (decimal): -11006261 or 13307480. OLE color: 13307480.

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

Color convert

RGB 88 14 203 -
CMYK 0.57 0.93 0 0.20
HSL 263.49º 0.87% 0.43% -
HSV(B) 263.49º 0.93% 0.8% -
XYZ 14.96 6.7 57 -
YUV 57.67 210.02 149.63 -
System Red Green Blue C M Y K H S L
Decimal 88 14 203 0.57 0.93 0 0.20 263.49 0.87 0.43
Hex 58 E CB 39 5D 0 14 107 57 2B
Octal 130 16 313 71 135 0 24 407 127 53
Binary 1011000 1110 11001011 111001 1011101 0 10100 100000111 1010111 101011

Color Harmonies of #580ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580ECB

Black with #580ECB

Text Example


Text Example

White with #580ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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