Html Css Color HEX #330AFE Han Purple

📋 copy color: '#330AFE'

red 51 ◦ green 10 ◦ blue 254

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

Shades of Han Purple #330AFE

Tints of Han Purple #330AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.17%

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

R = 16.19%
G = 3.17%
B = 80.63%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#330AFE (or 0x330AFE) is known color: Han Purple. HEX triplet: 33, 0A and FE. RGB value is (51,10,254). Sum of RGB (Red+Green+Blue) = 51+10+254=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 254 (99.61% from 255 or 80.63% from 315); Max value from RGB is 254 - color contains mainly: blue. Hex color #330AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330AFE is #CCF501. Grayscale: #313131. Windows color (decimal): -13432066 or 16648755. OLE color: 16648755.

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

Color convert

RGB 51 10 254 -
CMYK 0.80 0.96 0 0.00
HSL 250.08º 0.99% 0.52% -
HSV(B) 250.08º 0.96% 1% -
XYZ 19.36 8.08 94.3 -
YUV 50.08 243.08 128.66 -
System Red Green Blue C M Y K H S L
Decimal 51 10 254 0.80 0.96 0 0.00 250.08 0.99 0.52
Hex 33 A FE 50 60 0 0 FA 63 34
Octal 63 12 376 120 140 0 0 372 143 64
Binary 110011 1010 11111110 1010000 1100000 0 0 11111010 1100011 110100

Color Harmonies of #330AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330AFE

Black with #330AFE

Text Example


Text Example

White with #330AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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