Html Css Color HEX #5C06BD Purple Heart

📋 copy color: '#5C06BD'

red 92 ◦ green 6 ◦ blue 189

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

Shades of Purple Heart #5C06BD

Tints of Purple Heart #5C06BD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

 BLUE value IS 189 (74.22% from 255) = 65.85%

R = 32.06%
G = 2.09%
B = 65.85%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C06BD (or 0x5C06BD) is known color: Purple Heart. HEX triplet: 5C, 06 and BD. RGB value is (92,6,189). Sum of RGB (Red+Green+Blue) = 92+6+189=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C06BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C06BD is #A3F942. Grayscale: #333333. Windows color (decimal): -10746179 or 12387932. OLE color: 12387932.

HSL color Cylindrical-coordinate representation of color #5C06BD: hue angle of 268.2º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C06BD is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 6 189 -
CMYK 0.51 0.97 0 0.26
HSL 268.2º 0.94% 0.38% -
HSV(B) 268.2º 0.97% 0.74% -
XYZ 13.66 6.08 48.6 -
YUV 52.58 204.99 156.12 -
System Red Green Blue C M Y K H S L
Decimal 92 6 189 0.51 0.97 0 0.26 268.2 0.94 0.38
Hex 5C 6 BD 33 61 0 1A 10C 5E 26
Octal 134 6 275 63 141 0 32 414 136 46
Binary 1011100 110 10111101 110011 1100001 0 11010 100001100 1011110 100110

Color Harmonies of #5C06BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C06BD

Black with #5C06BD

Text Example


Text Example

White with #5C06BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,6,189); }

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

background-color css

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

 a { background-color: rgb(92,6,189); }

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

border-color css

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

 span { border-color: rgb(92,6,189); }

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