Html Css Color HEX #4B32CC Purple Heart

📋 copy color: '#4B32CC'

red 75 ◦ green 50 ◦ blue 204

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

Shades of Purple Heart #4B32CC

Tints of Purple Heart #4B32CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.01%

R = 22.8%
G = 15.2%
B = 62.01%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4B32CC (or 0x4B32CC) is known color: Purple Heart. HEX triplet: 4B, 32 and CC. RGB value is (75,50,204). Sum of RGB (Red+Green+Blue) = 75+50+204=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B32CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B32CC is #B4CD33. Grayscale: #4A4A4A. Windows color (decimal): -11849012 or 13382219. OLE color: 13382219.

HSL color Cylindrical-coordinate representation of color #4B32CC: hue angle of 249.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B32CC is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 50 204 -
CMYK 0.63 0.75 0 0.2
HSL 249.74º 0.61% 0.5% -
HSV(B) 249.74º 0.75% 0.8% -
XYZ 14.94 8.14 57.91 -
YUV 75.03 200.78 127.98 -
System Red Green Blue C M Y K H S L
Decimal 75 50 204 0.63 0.75 0 0.2 249.74 0.61 0.5
Hex 4B 32 CC 3F 4B 0 14 FA 3D 32
Octal 113 62 314 77 113 0 24 372 75 62
Binary 1001011 110010 11001100 111111 1001011 0 10100 11111010 111101 110010

Color Harmonies of #4B32CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B32CC

Black with #4B32CC

Text Example


Text Example

White with #4B32CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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