Html Css Color HEX #330FF6 Han Purple

📋 copy color: '#330FF6'

red 51 ◦ green 15 ◦ blue 246

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

Shades of Han Purple #330FF6

Tints of Han Purple #330FF6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.81%

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

R = 16.35%
G = 4.81%
B = 78.85%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#330FF6 (or 0x330FF6) is known color: Han Purple. HEX triplet: 33, 0F and F6. RGB value is (51,15,246). Sum of RGB (Red+Green+Blue) = 51+15+246=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 246 (96.48% from 255 or 78.85% from 312); Max value from RGB is 246 - color contains mainly: blue. Hex color #330FF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330FF6 is #CCF009. Grayscale: #333333. Windows color (decimal): -13430794 or 16125747. OLE color: 16125747.

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

Color convert

RGB 51 15 246 -
CMYK 0.79 0.94 0 0.04
HSL 249.35º 0.93% 0.51% -
HSV(B) 249.35º 0.94% 0.96% -
XYZ 18.17 7.7 87.72 -
YUV 52.1 237.43 127.22 -
System Red Green Blue C M Y K H S L
Decimal 51 15 246 0.79 0.94 0 0.04 249.35 0.93 0.51
Hex 33 F F6 4F 5E 0 4 F9 5D 33
Octal 63 17 366 117 136 0 4 371 135 63
Binary 110011 1111 11110110 1001111 1011110 0 100 11111001 1011101 110011

Color Harmonies of #330FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FF6

Black with #330FF6

Text Example


Text Example

White with #330FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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