Html Css Color HEX #330EEC Han Purple

📋 copy color: '#330EEC'

red 51 ◦ green 14 ◦ blue 236

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

Shades of Han Purple #330EEC

Tints of Han Purple #330EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 78.41%

R = 16.94%
G = 4.65%
B = 78.41%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#330EEC (or 0x330EEC) is known color: Han Purple. HEX triplet: 33, 0E and EC. RGB value is (51,14,236). Sum of RGB (Red+Green+Blue) = 51+14+236=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #330EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330EEC is #CCF113. Grayscale: #313131. Windows color (decimal): -13431060 or 15470131. OLE color: 15470131.

HSL color Cylindrical-coordinate representation of color #330EEC: hue angle of 250º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330EEC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 14 236 -
CMYK 0.78 0.94 0 0.07
HSL 250º 0.89% 0.49% -
HSV(B) 250º 0.94% 0.93% -
XYZ 16.66 7.07 79.84 -
YUV 50.37 232.76 128.45 -
System Red Green Blue C M Y K H S L
Decimal 51 14 236 0.78 0.94 0 0.07 250 0.89 0.49
Hex 33 E EC 4E 5E 0 7 FA 59 31
Octal 63 16 354 116 136 0 7 372 131 61
Binary 110011 1110 11101100 1001110 1011110 0 111 11111010 1011001 110001

Color Harmonies of #330EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330EEC

Black with #330EEC

Text Example


Text Example

White with #330EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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