Html Css Color HEX #4B32CE Purple Heart

📋 copy color: '#4B32CE'

red 75 ◦ green 50 ◦ blue 206

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

Shades of Purple Heart #4B32CE

Tints of Purple Heart #4B32CE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

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

R = 22.66%
G = 15.11%
B = 62.24%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B32CE (or 0x4B32CE) is known color: Purple Heart. HEX triplet: 4B, 32 and CE. RGB value is (75,50,206). Sum of RGB (Red+Green+Blue) = 75+50+206=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B32CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B32CE is #B4CD31. Grayscale: #4A4A4A. Windows color (decimal): -11849010 or 13513291. OLE color: 13513291.

HSL color Cylindrical-coordinate representation of color #4B32CE: hue angle of 249.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B32CE is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 50 206 -
CMYK 0.64 0.76 0 0.19
HSL 249.62º 0.61% 0.5% -
HSV(B) 249.62º 0.76% 0.81% -
XYZ 15.18 8.23 59.18 -
YUV 75.26 201.78 127.82 -
System Red Green Blue C M Y K H S L
Decimal 75 50 206 0.64 0.76 0 0.19 249.62 0.61 0.5
Hex 4B 32 CE 40 4C 0 13 FA 3D 32
Octal 113 62 316 100 114 0 23 372 75 62
Binary 1001011 110010 11001110 1000000 1001100 0 10011 11111010 111101 110010

Color Harmonies of #4B32CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B32CE

Black with #4B32CE

Text Example


Text Example

White with #4B32CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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