Html Css Color HEX #580ECF Purple Heart

📋 copy color: '#580ECF'

red 88 ◦ green 14 ◦ blue 207

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

Shades of Purple Heart #580ECF

Tints of Purple Heart #580ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.99%

R = 28.48%
G = 4.53%
B = 66.99%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#580ECF (or 0x580ECF) is known color: Purple Heart. HEX triplet: 58, 0E and CF. RGB value is (88,14,207). Sum of RGB (Red+Green+Blue) = 88+14+207=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #580ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ECF is #A7F130. Grayscale: #393939. Windows color (decimal): -11006257 or 13569624. OLE color: 13569624.

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

Color convert

RGB 88 14 207 -
CMYK 0.57 0.93 0 0.19
HSL 263.01º 0.87% 0.43% -
HSV(B) 263.01º 0.93% 0.81% -
XYZ 15.44 6.89 59.55 -
YUV 58.13 212.02 149.31 -
System Red Green Blue C M Y K H S L
Decimal 88 14 207 0.57 0.93 0 0.19 263.01 0.87 0.43
Hex 58 E CF 39 5D 0 13 107 57 2B
Octal 130 16 317 71 135 0 23 407 127 53
Binary 1011000 1110 11001111 111001 1011101 0 10011 100000111 1010111 101011

Color Harmonies of #580ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580ECF

Black with #580ECF

Text Example


Text Example

White with #580ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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