Html Css Color HEX #4C34BE Purple Heart

📋 copy color: '#4C34BE'

red 76 ◦ green 52 ◦ blue 190

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

Shades of Purple Heart #4C34BE

Tints of Purple Heart #4C34BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 23.9%
G = 16.35%
B = 59.75%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C34BE (or 0x4C34BE) is known color: Purple Heart. HEX triplet: 4C, 34 and BE. RGB value is (76,52,190). Sum of RGB (Red+Green+Blue) = 76+52+190=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C34BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C34BE is #B3CB41. Grayscale: #4A4A4A. Windows color (decimal): -11782978 or 12465228. OLE color: 12465228.

HSL color Cylindrical-coordinate representation of color #4C34BE: hue angle of 250.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C34BE is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 52 190 -
CMYK 0.60 0.73 0 0.25
HSL 250.43º 0.57% 0.47% -
HSV(B) 250.43º 0.73% 0.75% -
XYZ 13.5 7.71 49.49 -
YUV 74.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 76 52 190 0.60 0.73 0 0.25 250.43 0.57 0.47
Hex 4C 34 BE 3C 49 0 19 FA 39 2F
Octal 114 64 276 74 111 0 31 372 71 57
Binary 1001100 110100 10111110 111100 1001001 0 11001 11111010 111001 101111

Color Harmonies of #4C34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C34BE

Black with #4C34BE

Text Example


Text Example

White with #4C34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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