Html Css Color HEX #330DF7 Han Purple

📋 copy color: '#330DF7'

red 51 ◦ green 13 ◦ blue 247

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

Shades of Han Purple #330DF7

Tints of Han Purple #330DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 79.42%

R = 16.4%
G = 4.18%
B = 79.42%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#330DF7 (or 0x330DF7) is known color: Han Purple. HEX triplet: 33, 0D and F7. RGB value is (51,13,247). Sum of RGB (Red+Green+Blue) = 51+13+247=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 247 (96.88% from 255 or 79.42% from 311); Max value from RGB is 247 - color contains mainly: blue. Hex color #330DF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330DF7 is #CCF208. Grayscale: #323232. Windows color (decimal): -13431305 or 16190771. OLE color: 16190771.

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

Color convert

RGB 51 13 247 -
CMYK 0.79 0.95 0 0.03
HSL 249.74º 0.94% 0.51% -
HSV(B) 249.74º 0.95% 0.97% -
XYZ 18.3 7.71 88.52 -
YUV 51.04 238.59 127.97 -
System Red Green Blue C M Y K H S L
Decimal 51 13 247 0.79 0.95 0 0.03 249.74 0.94 0.51
Hex 33 D F7 4F 5F 0 3 FA 5E 33
Octal 63 15 367 117 137 0 3 372 136 63
Binary 110011 1101 11110111 1001111 1011111 0 11 11111010 1011110 110011

Color Harmonies of #330DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DF7

Black with #330DF7

Text Example


Text Example

White with #330DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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