Html Css Color HEX #4C10BB Purple Heart

📋 copy color: '#4C10BB'

red 76 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #4C10BB

Tints of Purple Heart #4C10BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

 BLUE value IS 187 (73.44% from 255) = 67.03%

R = 27.24%
G = 5.73%
B = 67.03%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C10BB (or 0x4C10BB) is known color: Purple Heart. HEX triplet: 4C, 10 and BB. RGB value is (76,16,187). Sum of RGB (Red+Green+Blue) = 76+16+187=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C10BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C10BB is #B3EF44. Grayscale: #343434. Windows color (decimal): -11792197 or 12259404. OLE color: 12259404.

HSL color Cylindrical-coordinate representation of color #4C10BB: hue angle of 261.05º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C10BB is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 16 187 -
CMYK 0.59 0.91 0 0.27
HSL 261.05º 0.84% 0.4% -
HSV(B) 261.05º 0.91% 0.73% -
XYZ 12.14 5.49 47.43 -
YUV 53.43 203.38 144.1 -
System Red Green Blue C M Y K H S L
Decimal 76 16 187 0.59 0.91 0 0.27 261.05 0.84 0.4
Hex 4C 10 BB 3B 5B 0 1B 105 54 28
Octal 114 20 273 73 133 0 33 405 124 50
Binary 1001100 10000 10111011 111011 1011011 0 11011 100000101 1010100 101000

Color Harmonies of #4C10BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C10BB

Black with #4C10BB

Text Example


Text Example

White with #4C10BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,16,187); }

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

background-color css

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

 a { background-color: rgb(76,16,187); }

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

border-color css

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

 span { border-color: rgb(76,16,187); }

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