Html Css Color HEX #4C10BA Purple Heart

📋 copy color: '#4C10BA'

red 76 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #4C10BA

Tints of Purple Heart #4C10BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.91%

R = 27.34%
G = 5.76%
B = 66.91%

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

#4C10BA (or 0x4C10BA) is known color: Purple Heart. HEX triplet: 4C, 10 and BA. RGB value is (76,16,186). Sum of RGB (Red+Green+Blue) = 76+16+186=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C10BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C10BA is #B3EF45. Grayscale: #343434. Windows color (decimal): -11792198 or 12193868. OLE color: 12193868.

HSL color Cylindrical-coordinate representation of color #4C10BA: hue angle of 261.18º 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 #4C10BA is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 16 186 -
CMYK 0.59 0.91 0 0.27
HSL 261.18º 0.84% 0.4% -
HSV(B) 261.18º 0.91% 0.73% -
XYZ 12.03 5.45 46.87 -
YUV 53.32 202.88 144.18 -
System Red Green Blue C M Y K H S L
Decimal 76 16 186 0.59 0.91 0 0.27 261.18 0.84 0.4
Hex 4C 10 BA 3B 5B 0 1B 105 54 28
Octal 114 20 272 73 133 0 33 405 124 50
Binary 1001100 10000 10111010 111011 1011011 0 11011 100000101 1010100 101000

Color Harmonies of #4C10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C10BA

Black with #4C10BA

Text Example


Text Example

White with #4C10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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