Html Css Color HEX #4E33CA Purple Heart

📋 copy color: '#4E33CA'

red 78 ◦ green 51 ◦ blue 202

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

Shades of Purple Heart #4E33CA

Tints of Purple Heart #4E33CA

RGB

 RED value IS 78 (30.86% from 255) = 23.56%

 GREEN value IS 51 (20.31% from 255) = 15.41%

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

R = 23.56%
G = 15.41%
B = 61.03%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4E33CA (or 0x4E33CA) is known color: Purple Heart. HEX triplet: 4E, 33 and CA. RGB value is (78,51,202). Sum of RGB (Red+Green+Blue) = 78+51+202=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E33CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E33CA is #B1CC35. Grayscale: #4B4B4B. Windows color (decimal): -11652150 or 13251406. OLE color: 13251406.

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

Color convert

RGB 78 51 202 -
CMYK 0.61 0.75 0 0.21
HSL 250.73º 0.6% 0.5% -
HSV(B) 250.73º 0.75% 0.79% -
XYZ 14.99 8.25 56.68 -
YUV 76.29 198.95 129.22 -
System Red Green Blue C M Y K H S L
Decimal 78 51 202 0.61 0.75 0 0.21 250.73 0.6 0.5
Hex 4E 33 CA 3D 4B 0 15 FB 3C 32
Octal 116 63 312 75 113 0 25 373 74 62
Binary 1001110 110011 11001010 111101 1001011 0 10101 11111011 111100 110010

Color Harmonies of #4E33CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E33CA

Black with #4E33CA

Text Example


Text Example

White with #4E33CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,51,202); }

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

background-color css

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

 a { background-color: rgb(78,51,202); }

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

border-color css

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

 span { border-color: rgb(78,51,202); }

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