Html Css Color HEX #330EDE Han Purple

📋 copy color: '#330EDE'

red 51 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #330EDE

Tints of Han Purple #330EDE

RGB

 RED value IS 51 (20.31% from 255) = 17.77%

 GREEN value IS 14 (5.86% from 255) = 4.88%

 BLUE value IS 222 (87.11% from 255) = 77.35%

R = 17.77%
G = 4.88%
B = 77.35%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#330EDE (or 0x330EDE) is known color: Han Purple. HEX triplet: 33, 0E and DE. RGB value is (51,14,222). Sum of RGB (Red+Green+Blue) = 51+14+222=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #330EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330EDE is #CCF121. Grayscale: #2F2F2F. Windows color (decimal): -13431074 or 14552627. OLE color: 14552627.

HSL color Cylindrical-coordinate representation of color #330EDE: hue angle of 250.67º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330EDE is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 14 222 -
CMYK 0.77 0.94 0 0.13
HSL 250.67º 0.88% 0.46% -
HSV(B) 250.67º 0.94% 0.87% -
XYZ 14.71 6.29 69.55 -
YUV 48.78 225.76 129.59 -
System Red Green Blue C M Y K H S L
Decimal 51 14 222 0.77 0.94 0 0.13 250.67 0.88 0.46
Hex 33 E DE 4D 5E 0 D FB 58 2E
Octal 63 16 336 115 136 0 15 373 130 56
Binary 110011 1110 11011110 1001101 1011110 0 1101 11111011 1011000 101110

Color Harmonies of #330EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330EDE

Black with #330EDE

Text Example


Text Example

White with #330EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330EDE; }

 p { color: rgb(51,14,222); }

 H1.HeaderClassName
 {
   color: #330EDE;
 }
 .AnyTagClassName
 {
   color: #330EDE;
 }
</style>

background-color css

<style>
 a { background-color: #330EDE; }

 a { background-color: rgb(51,14,222); }

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

border-color css

<style>
 span { border-color: #330EDE; }

 span { border-color: rgb(51,14,222); }

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