Html Css Color HEX #330DFE Han Purple

📋 copy color: '#330DFE'

red 51 ◦ green 13 ◦ blue 254

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

Shades of Han Purple #330DFE

Tints of Han Purple #330DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 79.87%

R = 16.04%
G = 4.09%
B = 79.87%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#330DFE (or 0x330DFE) is known color: Han Purple. HEX triplet: 33, 0D and FE. RGB value is (51,13,254). Sum of RGB (Red+Green+Blue) = 51+13+254=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 254 (99.61% from 255 or 79.87% from 318); Max value from RGB is 254 - color contains mainly: blue. Hex color #330DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330DFE is #CCF201. Grayscale: #323232. Windows color (decimal): -13431298 or 16649523. OLE color: 16649523.

HSL color Cylindrical-coordinate representation of color #330DFE: hue angle of 249.46º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330DFE is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 13 254 -
CMYK 0.80 0.95 0 0.00
HSL 249.46º 0.99% 0.52% -
HSV(B) 249.46º 0.95% 1% -
XYZ 19.4 8.15 94.32 -
YUV 51.84 242.09 127.4 -
System Red Green Blue C M Y K H S L
Decimal 51 13 254 0.80 0.95 0 0.00 249.46 0.99 0.52
Hex 33 D FE 50 5F 0 0 F9 63 34
Octal 63 15 376 120 137 0 0 371 143 64
Binary 110011 1101 11111110 1010000 1011111 0 0 11111001 1100011 110100

Color Harmonies of #330DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DFE

Black with #330DFE

Text Example


Text Example

White with #330DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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