Html Css Color HEX #5C07CE Purple Heart

📋 copy color: '#5C07CE'

red 92 ◦ green 7 ◦ blue 206

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

Shades of Purple Heart #5C07CE

Tints of Purple Heart #5C07CE

RGB

 RED value IS 92 (36.33% from 255) = 30.16%

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

 BLUE value IS 206 (80.86% from 255) = 67.54%

R = 30.16%
G = 2.3%
B = 67.54%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C07CE (or 0x5C07CE) is known color: Purple Heart. HEX triplet: 5C, 07 and CE. RGB value is (92,7,206). Sum of RGB (Red+Green+Blue) = 92+7+206=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C07CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C07CE is #A3F831. Grayscale: #363636. Windows color (decimal): -10745906 or 13502300. OLE color: 13502300.

HSL color Cylindrical-coordinate representation of color #5C07CE: hue angle of 265.63º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C07CE is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 7 206 -
CMYK 0.55 0.97 0 0.19
HSL 265.63º 0.93% 0.42% -
HSV(B) 265.63º 0.97% 0.81% -
XYZ 15.63 6.88 58.9 -
YUV 55.1 213.16 154.32 -
System Red Green Blue C M Y K H S L
Decimal 92 7 206 0.55 0.97 0 0.19 265.63 0.93 0.42
Hex 5C 7 CE 37 61 0 13 10A 5D 2A
Octal 134 7 316 67 141 0 23 412 135 52
Binary 1011100 111 11001110 110111 1100001 0 10011 100001010 1011101 101010

Color Harmonies of #5C07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C07CE

Black with #5C07CE

Text Example


Text Example

White with #5C07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C07CE; }

 p { color: rgb(92,7,206); }

 H1.HeaderClassName
 {
   color: #5C07CE;
 }
 .AnyTagClassName
 {
   color: #5C07CE;
 }
</style>

background-color css

<style>
 a { background-color: #5C07CE; }

 a { background-color: rgb(92,7,206); }

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

border-color css

<style>
 span { border-color: #5C07CE; }

 span { border-color: rgb(92,7,206); }

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