Html Css Color HEX #4C32CA Purple Heart

📋 copy color: '#4C32CA'

red 76 ◦ green 50 ◦ blue 202

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

Shades of Purple Heart #4C32CA

Tints of Purple Heart #4C32CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.59%

R = 23.17%
G = 15.24%
B = 61.59%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4C32CA (or 0x4C32CA) is known color: Purple Heart. HEX triplet: 4C, 32 and CA. RGB value is (76,50,202). Sum of RGB (Red+Green+Blue) = 76+50+202=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C32CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C32CA is #B3CD35. Grayscale: #4A4A4A. Windows color (decimal): -11783478 or 13251148. OLE color: 13251148.

HSL color Cylindrical-coordinate representation of color #4C32CA: hue angle of 250.26º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C32CA is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 50 202 -
CMYK 0.62 0.75 0 0.21
HSL 250.26º 0.6% 0.49% -
HSV(B) 250.26º 0.75% 0.79% -
XYZ 14.78 8.08 56.66 -
YUV 75.1 199.61 128.64 -
System Red Green Blue C M Y K H S L
Decimal 76 50 202 0.62 0.75 0 0.21 250.26 0.6 0.49
Hex 4C 32 CA 3E 4B 0 15 FA 3C 31
Octal 114 62 312 76 113 0 25 372 74 61
Binary 1001100 110010 11001010 111110 1001011 0 10101 11111010 111100 110001

Color Harmonies of #4C32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C32CA

Black with #4C32CA

Text Example


Text Example

White with #4C32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,50,202); }

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

background-color css

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

 a { background-color: rgb(76,50,202); }

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

border-color css

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

 span { border-color: rgb(76,50,202); }

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