Html Css Color HEX #4C33DB Purple Heart

📋 copy color: '#4C33DB'

red 76 ◦ green 51 ◦ blue 219

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

Shades of Purple Heart #4C33DB

Tints of Purple Heart #4C33DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 21.97%
G = 14.74%
B = 63.29%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C33DB (or 0x4C33DB) is known color: Purple Heart. HEX triplet: 4C, 33 and DB. RGB value is (76,51,219). Sum of RGB (Red+Green+Blue) = 76+51+219=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C33DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C33DB is #B3CC24. Grayscale: #4C4C4C. Windows color (decimal): -11783205 or 14365516. OLE color: 14365516.

HSL color Cylindrical-coordinate representation of color #4C33DB: hue angle of 248.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C33DB is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 51 219 -
CMYK 0.65 0.77 0 0.14
HSL 248.93º 0.7% 0.53% -
HSV(B) 248.93º 0.77% 0.86% -
XYZ 16.95 9.02 67.87 -
YUV 77.63 207.78 126.84 -
System Red Green Blue C M Y K H S L
Decimal 76 51 219 0.65 0.77 0 0.14 248.93 0.7 0.53
Hex 4C 33 DB 41 4D 0 E F9 46 35
Octal 114 63 333 101 115 0 16 371 106 65
Binary 1001100 110011 11011011 1000001 1001101 0 1110 11111001 1000110 110101

Color Harmonies of #4C33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C33DB

Black with #4C33DB

Text Example


Text Example

White with #4C33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,51,219); }

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

background-color css

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

 a { background-color: rgb(76,51,219); }

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

border-color css

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

 span { border-color: rgb(76,51,219); }

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