Html Css Color HEX #330DF6 Han Purple

📋 copy color: '#330DF6'

red 51 ◦ green 13 ◦ blue 246

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

Shades of Han Purple #330DF6

Tints of Han Purple #330DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 79.35%

R = 16.45%
G = 4.19%
B = 79.35%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#330DF6 (or 0x330DF6) is known color: Han Purple. HEX triplet: 33, 0D and F6. RGB value is (51,13,246). Sum of RGB (Red+Green+Blue) = 51+13+246=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 246 (96.48% from 255 or 79.35% from 310); Max value from RGB is 246 - color contains mainly: blue. Hex color #330DF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330DF6 is #CCF209. Grayscale: #323232. Windows color (decimal): -13431306 or 16125235. OLE color: 16125235.

HSL color Cylindrical-coordinate representation of color #330DF6: hue angle of 249.79º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330DF6 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 13 246 -
CMYK 0.79 0.95 0 0.04
HSL 249.79º 0.93% 0.51% -
HSV(B) 249.79º 0.95% 0.96% -
XYZ 18.14 7.65 87.71 -
YUV 50.92 238.09 128.05 -
System Red Green Blue C M Y K H S L
Decimal 51 13 246 0.79 0.95 0 0.04 249.79 0.93 0.51
Hex 33 D F6 4F 5F 0 4 FA 5D 33
Octal 63 15 366 117 137 0 4 372 135 63
Binary 110011 1101 11110110 1001111 1011111 0 100 11111010 1011101 110011

Color Harmonies of #330DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DF6

Black with #330DF6

Text Example


Text Example

White with #330DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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