Html Css Color HEX #4C36BA Purple Heart

📋 copy color: '#4C36BA'

red 76 ◦ green 54 ◦ blue 186

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

Shades of Purple Heart #4C36BA

Tints of Purple Heart #4C36BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

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

R = 24.05%
G = 17.09%
B = 58.86%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C36BA (or 0x4C36BA) is known color: Purple Heart. HEX triplet: 4C, 36 and BA. RGB value is (76,54,186). Sum of RGB (Red+Green+Blue) = 76+54+186=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C36BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C36BA is #B3C945. Grayscale: #4B4B4B. Windows color (decimal): -11782470 or 12203596. OLE color: 12203596.

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

Color convert

RGB 76 54 186 -
CMYK 0.59 0.71 0 0.27
HSL 250º 0.55% 0.47% -
HSV(B) 250º 0.71% 0.73% -
XYZ 13.16 7.72 47.25 -
YUV 75.63 190.29 128.27 -
System Red Green Blue C M Y K H S L
Decimal 76 54 186 0.59 0.71 0 0.27 250 0.55 0.47
Hex 4C 36 BA 3B 47 0 1B FA 37 2F
Octal 114 66 272 73 107 0 33 372 67 57
Binary 1001100 110110 10111010 111011 1000111 0 11011 11111010 110111 101111

Color Harmonies of #4C36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C36BA

Black with #4C36BA

Text Example


Text Example

White with #4C36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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