Html Css Color HEX #4A33DC Han Purple

📋 copy color: '#4A33DC'

red 74 ◦ green 51 ◦ blue 220

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

Shades of Han Purple #4A33DC

Tints of Han Purple #4A33DC

RGB

 RED value IS 74 (29.3% from 255) = 21.45%

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

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 21.45%
G = 14.78%
B = 63.77%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A33DC (or 0x4A33DC) is known color: Han Purple. HEX triplet: 4A, 33 and DC. RGB value is (74,51,220). Sum of RGB (Red+Green+Blue) = 74+51+220=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A33DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A33DC is #B5CC23. Grayscale: #4C4C4C. Windows color (decimal): -11914276 or 14431050. OLE color: 14431050.

HSL color Cylindrical-coordinate representation of color #4A33DC: hue angle of 248.17º degrees, saturation: 0.71, 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 #4A33DC is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 51 220 -
CMYK 0.66 0.77 0 0.14
HSL 248.17º 0.71% 0.53% -
HSV(B) 248.17º 0.77% 0.86% -
XYZ 16.93 8.99 68.55 -
YUV 77.14 208.62 125.76 -
System Red Green Blue C M Y K H S L
Decimal 74 51 220 0.66 0.77 0 0.14 248.17 0.71 0.53
Hex 4A 33 DC 42 4D 0 E F8 47 35
Octal 112 63 334 102 115 0 16 370 107 65
Binary 1001010 110011 11011100 1000010 1001101 0 1110 11111000 1000111 110101

Color Harmonies of #4A33DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A33DC

Black with #4A33DC

Text Example


Text Example

White with #4A33DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,51,220); }

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

background-color css

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

 a { background-color: rgb(74,51,220); }

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

border-color css

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

 span { border-color: rgb(74,51,220); }

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