Html Css Color HEX #4B35CE Purple Heart

📋 copy color: '#4B35CE'

red 75 ◦ green 53 ◦ blue 206

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

Shades of Purple Heart #4B35CE

Tints of Purple Heart #4B35CE

RGB

 RED value IS 75 (29.69% from 255) = 22.46%

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

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 22.46%
G = 15.87%
B = 61.68%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B35CE (or 0x4B35CE) is known color: Purple Heart. HEX triplet: 4B, 35 and CE. RGB value is (75,53,206). Sum of RGB (Red+Green+Blue) = 75+53+206=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B35CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B35CE is #B4CA31. Grayscale: #4C4C4C. Windows color (decimal): -11848242 or 13514059. OLE color: 13514059.

HSL color Cylindrical-coordinate representation of color #4B35CE: hue angle of 248.63º degrees, saturation: 0.61, 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 #4B35CE is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 53 206 -
CMYK 0.64 0.74 0 0.19
HSL 248.63º 0.61% 0.51% -
HSV(B) 248.63º 0.74% 0.81% -
XYZ 15.32 8.5 59.23 -
YUV 77.02 200.79 126.56 -
System Red Green Blue C M Y K H S L
Decimal 75 53 206 0.64 0.74 0 0.19 248.63 0.61 0.51
Hex 4B 35 CE 40 4A 0 13 F9 3D 33
Octal 113 65 316 100 112 0 23 371 75 63
Binary 1001011 110101 11001110 1000000 1001010 0 10011 11111001 111101 110011

Color Harmonies of #4B35CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B35CE

Black with #4B35CE

Text Example


Text Example

White with #4B35CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,53,206); }

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

background-color css

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

 a { background-color: rgb(75,53,206); }

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

border-color css

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

 span { border-color: rgb(75,53,206); }

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