Html Css Color HEX #580FCF Purple Heart

📋 copy color: '#580FCF'

red 88 ◦ green 15 ◦ blue 207

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

Shades of Purple Heart #580FCF

Tints of Purple Heart #580FCF

RGB

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

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

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

R = 28.39%
G = 4.84%
B = 66.77%

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

#580FCF (or 0x580FCF) is known color: Purple Heart. HEX triplet: 58, 0F and CF. RGB value is (88,15,207). Sum of RGB (Red+Green+Blue) = 88+15+207=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #580FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580FCF is #A7F030. Grayscale: #3A3A3A. Windows color (decimal): -11006001 or 13569880. OLE color: 13569880.

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

Color convert

RGB 88 15 207 -
CMYK 0.57 0.93 0 0.19
HSL 262.81º 0.86% 0.44% -
HSV(B) 262.81º 0.93% 0.81% -
XYZ 15.46 6.92 59.55 -
YUV 58.72 211.68 148.89 -
System Red Green Blue C M Y K H S L
Decimal 88 15 207 0.57 0.93 0 0.19 262.81 0.86 0.44
Hex 58 F CF 39 5D 0 13 107 56 2C
Octal 130 17 317 71 135 0 23 407 126 54
Binary 1011000 1111 11001111 111001 1011101 0 10011 100000111 1010110 101100

Color Harmonies of #580FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580FCF

Black with #580FCF

Text Example


Text Example

White with #580FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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