Html Css Color HEX #4C06BC Purple Heart

📋 copy color: '#4C06BC'

red 76 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #4C06BC

Tints of Purple Heart #4C06BC

RGB

 RED value IS 76 (30.08% from 255) = 28.15%

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

 BLUE value IS 188 (73.83% from 255) = 69.63%

R = 28.15%
G = 2.22%
B = 69.63%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C06BC (or 0x4C06BC) is known color: Purple Heart. HEX triplet: 4C, 06 and BC. RGB value is (76,6,188). Sum of RGB (Red+Green+Blue) = 76+6+188=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C06BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C06BC is #B3F943. Grayscale: #2F2F2F. Windows color (decimal): -11794756 or 12322380. OLE color: 12322380.

HSL color Cylindrical-coordinate representation of color #4C06BC: hue angle of 263.08º 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 #4C06BC is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 6 188 -
CMYK 0.60 0.97 0 0.26
HSL 263.08º 0.94% 0.38% -
HSV(B) 263.08º 0.97% 0.74% -
XYZ 12.12 5.3 47.96 -
YUV 47.68 207.19 148.2 -
System Red Green Blue C M Y K H S L
Decimal 76 6 188 0.60 0.97 0 0.26 263.08 0.94 0.38
Hex 4C 6 BC 3C 61 0 1A 107 5E 26
Octal 114 6 274 74 141 0 32 407 136 46
Binary 1001100 110 10111100 111100 1100001 0 11010 100000111 1011110 100110

Color Harmonies of #4C06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C06BC

Black with #4C06BC

Text Example


Text Example

White with #4C06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C06BC; }

 p { color: rgb(76,6,188); }

 H1.HeaderClassName
 {
   color: #4C06BC;
 }
 .AnyTagClassName
 {
   color: #4C06BC;
 }
</style>

background-color css

<style>
 a { background-color: #4C06BC; }

 a { background-color: rgb(76,6,188); }

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

border-color css

<style>
 span { border-color: #4C06BC; }

 span { border-color: rgb(76,6,188); }

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