Html Css Color HEX #330CFF Han Purple

📋 copy color: '#330CFF'

red 51 ◦ green 12 ◦ blue 255

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

Shades of Han Purple #330CFF

Tints of Han Purple #330CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.77%

 BLUE value IS 255 (100% from 255) = 80.19%

R = 16.04%
G = 3.77%
B = 80.19%

CMYK

 C value IS 0.8

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#330CFF (or 0x330CFF) is known color: Han Purple. HEX triplet: 33, 0C and FF. RGB value is (51,12,255). Sum of RGB (Red+Green+Blue) = 51+12+255=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #330CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CFF is #CCF300. Grayscale: #323232. Windows color (decimal): -13431553 or 16714803. OLE color: 16714803.

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

Color convert

RGB 51 12 255 -
CMYK 0.8 0.95 0 0
HSL 249.63º 1% 0.52% -
HSV(B) 249.63º 0.95% 1% -
XYZ 19.55 8.19 95.16 -
YUV 51.36 242.92 127.74 -
System Red Green Blue C M Y K H S L
Decimal 51 12 255 0.8 0.95 0 0 249.63 1 0.52
Hex 33 C FF 50 5F 0 0 FA 64 34
Octal 63 14 377 120 137 0 0 372 144 64
Binary 110011 1100 11111111 1010000 1011111 0 0 11111010 1100100 110100

Color Harmonies of #330CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CFF

Black with #330CFF

Text Example


Text Example

White with #330CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,12,255); }

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

background-color css

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

 a { background-color: rgb(51,12,255); }

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

border-color css

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

 span { border-color: rgb(51,12,255); }

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