Html Css Color HEX #4C35BF Purple Heart

📋 copy color: '#4C35BF'

red 76 ◦ green 53 ◦ blue 191

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

Shades of Purple Heart #4C35BF

Tints of Purple Heart #4C35BF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

 BLUE value IS 191 (75% from 255) = 59.69%

R = 23.75%
G = 16.56%
B = 59.69%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C35BF (or 0x4C35BF) is known color: Purple Heart. HEX triplet: 4C, 35 and BF. RGB value is (76,53,191). Sum of RGB (Red+Green+Blue) = 76+53+191=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C35BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C35BF is #B3CA40. Grayscale: #4B4B4B. Windows color (decimal): -11782721 or 12531020. OLE color: 12531020.

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

Color convert

RGB 76 53 191 -
CMYK 0.60 0.72 0 0.25
HSL 250º 0.57% 0.48% -
HSV(B) 250º 0.72% 0.75% -
XYZ 13.66 7.84 50.08 -
YUV 75.61 193.12 128.28 -
System Red Green Blue C M Y K H S L
Decimal 76 53 191 0.60 0.72 0 0.25 250 0.57 0.48
Hex 4C 35 BF 3C 48 0 19 FA 39 30
Octal 114 65 277 74 110 0 31 372 71 60
Binary 1001100 110101 10111111 111100 1001000 0 11001 11111010 111001 110000

Color Harmonies of #4C35BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C35BF

Black with #4C35BF

Text Example


Text Example

White with #4C35BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,53,191); }

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

background-color css

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

 a { background-color: rgb(76,53,191); }

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

border-color css

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

 span { border-color: rgb(76,53,191); }

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