Html Css Color HEX #330DEC Han Purple

📋 copy color: '#330DEC'

red 51 ◦ green 13 ◦ blue 236

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

Shades of Han Purple #330DEC

Tints of Han Purple #330DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.33%

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

R = 17%
G = 4.33%
B = 78.67%

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

#330DEC (or 0x330DEC) is known color: Han Purple. HEX triplet: 33, 0D and EC. RGB value is (51,13,236). Sum of RGB (Red+Green+Blue) = 51+13+236=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 236 (92.58% from 255 or 78.67% from 300); Max value from RGB is 236 - color contains mainly: blue. Hex color #330DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330DEC is #CCF213. Grayscale: #303030. Windows color (decimal): -13431316 or 15469875. OLE color: 15469875.

HSL color Cylindrical-coordinate representation of color #330DEC: hue angle of 250.22º degrees, saturation: 0.9, 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 #330DEC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 13 236 -
CMYK 0.78 0.94 0 0.07
HSL 250.22º 0.9% 0.49% -
HSV(B) 250.22º 0.94% 0.93% -
XYZ 16.65 7.05 79.84 -
YUV 49.78 233.09 128.87 -
System Red Green Blue C M Y K H S L
Decimal 51 13 236 0.78 0.94 0 0.07 250.22 0.9 0.49
Hex 33 D EC 4E 5E 0 7 FA 5A 31
Octal 63 15 354 116 136 0 7 372 132 61
Binary 110011 1101 11101100 1001110 1011110 0 111 11111010 1011010 110001

Color Harmonies of #330DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DEC

Black with #330DEC

Text Example


Text Example

White with #330DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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