Html Css Color HEX #5807CC Purple Heart

📋 copy color: '#5807CC'

red 88 ◦ green 7 ◦ blue 204

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

Shades of Purple Heart #5807CC

Tints of Purple Heart #5807CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

 BLUE value IS 204 (80.08% from 255) = 68.23%

R = 29.43%
G = 2.34%
B = 68.23%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5807CC (or 0x5807CC) is known color: Purple Heart. HEX triplet: 58, 07 and CC. RGB value is (88,7,204). Sum of RGB (Red+Green+Blue) = 88+7+204=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #5807CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5807CC is #A7F833. Grayscale: #343434. Windows color (decimal): -11008052 or 13371224. OLE color: 13371224.

HSL color Cylindrical-coordinate representation of color #5807CC: hue angle of 264.67º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5807CC is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 7 204 -
CMYK 0.57 0.97 0 0.2
HSL 264.67º 0.93% 0.41% -
HSV(B) 264.67º 0.97% 0.8% -
XYZ 15 6.59 57.61 -
YUV 53.68 212.84 152.48 -
System Red Green Blue C M Y K H S L
Decimal 88 7 204 0.57 0.97 0 0.2 264.67 0.93 0.41
Hex 58 7 CC 39 61 0 14 109 5D 29
Octal 130 7 314 71 141 0 24 411 135 51
Binary 1011000 111 11001100 111001 1100001 0 10100 100001001 1011101 101001

Color Harmonies of #5807CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5807CC

Black with #5807CC

Text Example


Text Example

White with #5807CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5807CC; }

 p { color: rgb(88,7,204); }

 H1.HeaderClassName
 {
   color: #5807CC;
 }
 .AnyTagClassName
 {
   color: #5807CC;
 }
</style>

background-color css

<style>
 a { background-color: #5807CC; }

 a { background-color: rgb(88,7,204); }

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

border-color css

<style>
 span { border-color: #5807CC; }

 span { border-color: rgb(88,7,204); }

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