Html Css Color HEX #580FCD Purple Heart

📋 copy color: '#580FCD'

red 88 ◦ green 15 ◦ blue 205

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

Shades of Purple Heart #580FCD

Tints of Purple Heart #580FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.87%

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

R = 28.57%
G = 4.87%
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

#580FCD (or 0x580FCD) is known color: Purple Heart. HEX triplet: 58, 0F and CD. RGB value is (88,15,205). Sum of RGB (Red+Green+Blue) = 88+15+205=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #580FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580FCD is #A7F032. Grayscale: #393939. Windows color (decimal): -11006003 or 13438808. OLE color: 13438808.

HSL color Cylindrical-coordinate representation of color #580FCD: hue angle of 263.05º degrees, saturation: 0.86, 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 #580FCD is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 15 205 -
CMYK 0.57 0.93 0 0.20
HSL 263.05º 0.86% 0.43% -
HSV(B) 263.05º 0.93% 0.8% -
XYZ 15.21 6.82 58.27 -
YUV 58.49 210.68 149.05 -
System Red Green Blue C M Y K H S L
Decimal 88 15 205 0.57 0.93 0 0.20 263.05 0.86 0.43
Hex 58 F CD 39 5D 0 14 107 56 2B
Octal 130 17 315 71 135 0 24 407 126 53
Binary 1011000 1111 11001101 111001 1011101 0 10100 100000111 1010110 101011

Color Harmonies of #580FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580FCD

Black with #580FCD

Text Example


Text Example

White with #580FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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