Html Css Color HEX #330CE6 Han Purple

📋 copy color: '#330CE6'

red 51 ◦ green 12 ◦ blue 230

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

Shades of Han Purple #330CE6

Tints of Han Purple #330CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 78.5%

R = 17.41%
G = 4.1%
B = 78.5%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#330CE6 (or 0x330CE6) is known color: Han Purple. HEX triplet: 33, 0C and E6. RGB value is (51,12,230). Sum of RGB (Red+Green+Blue) = 51+12+230=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 230 (90.23% from 255 or 78.50% from 293); Max value from RGB is 230 - color contains mainly: blue. Hex color #330CE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CE6 is #CCF319. Grayscale: #2F2F2F. Windows color (decimal): -13431578 or 15076403. OLE color: 15076403.

HSL color Cylindrical-coordinate representation of color #330CE6: hue angle of 250.73º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CE6 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 51 12 230 -
CMYK 0.78 0.95 0 0.10
HSL 250.73º 0.9% 0.47% -
HSV(B) 250.73º 0.95% 0.9% -
XYZ 15.78 6.68 75.32 -
YUV 48.51 230.42 129.77 -
System Red Green Blue C M Y K H S L
Decimal 51 12 230 0.78 0.95 0 0.10 250.73 0.9 0.47
Hex 33 C E6 4E 5F 0 A FB 5A 2F
Octal 63 14 346 116 137 0 12 373 132 57
Binary 110011 1100 11100110 1001110 1011111 0 1010 11111011 1011010 101111

Color Harmonies of #330CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CE6

Black with #330CE6

Text Example


Text Example

White with #330CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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