Html Css Color HEX #4C34BA Purple Heart

📋 copy color: '#4C34BA'

red 76 ◦ green 52 ◦ blue 186

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

Shades of Purple Heart #4C34BA

Tints of Purple Heart #4C34BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 24.2%
G = 16.56%
B = 59.24%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C34BA (or 0x4C34BA) is known color: Purple Heart. HEX triplet: 4C, 34 and BA. RGB value is (76,52,186). Sum of RGB (Red+Green+Blue) = 76+52+186=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C34BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C34BA is #B3CB45. Grayscale: #494949. Windows color (decimal): -11782982 or 12203084. OLE color: 12203084.

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

Color convert

RGB 76 52 186 -
CMYK 0.59 0.72 0 0.27
HSL 250.75º 0.56% 0.47% -
HSV(B) 250.75º 0.72% 0.73% -
XYZ 13.07 7.54 47.22 -
YUV 74.45 190.95 129.1 -
System Red Green Blue C M Y K H S L
Decimal 76 52 186 0.59 0.72 0 0.27 250.75 0.56 0.47
Hex 4C 34 BA 3B 48 0 1B FB 38 2F
Octal 114 64 272 73 110 0 33 373 70 57
Binary 1001100 110100 10111010 111011 1001000 0 11011 11111011 111000 101111

Color Harmonies of #4C34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C34BA

Black with #4C34BA

Text Example


Text Example

White with #4C34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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