Html Css Color HEX #4C35CF Purple Heart

📋 copy color: '#4C35CF'

red 76 ◦ green 53 ◦ blue 207

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

Shades of Purple Heart #4C35CF

Tints of Purple Heart #4C35CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.61%

R = 22.62%
G = 15.77%
B = 61.61%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C35CF (or 0x4C35CF) is known color: Purple Heart. HEX triplet: 4C, 35 and CF. RGB value is (76,53,207). Sum of RGB (Red+Green+Blue) = 76+53+207=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C35CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C35CF is #B3CA30. Grayscale: #4C4C4C. Windows color (decimal): -11782705 or 13579596. OLE color: 13579596.

HSL color Cylindrical-coordinate representation of color #4C35CF: hue angle of 248.96º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C35CF is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 53 207 -
CMYK 0.63 0.74 0 0.19
HSL 248.96º 0.62% 0.51% -
HSV(B) 248.96º 0.74% 0.81% -
XYZ 15.52 8.59 59.87 -
YUV 77.43 201.12 126.98 -
System Red Green Blue C M Y K H S L
Decimal 76 53 207 0.63 0.74 0 0.19 248.96 0.62 0.51
Hex 4C 35 CF 3F 4A 0 13 F9 3E 33
Octal 114 65 317 77 112 0 23 371 76 63
Binary 1001100 110101 11001111 111111 1001010 0 10011 11111001 111110 110011

Color Harmonies of #4C35CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C35CF

Black with #4C35CF

Text Example


Text Example

White with #4C35CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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