Html Css Color HEX #330CDE Han Purple

📋 copy color: '#330CDE'

red 51 ◦ green 12 ◦ blue 222

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

Shades of Han Purple #330CDE

Tints of Han Purple #330CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 77.89%

R = 17.89%
G = 4.21%
B = 77.89%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#330CDE (or 0x330CDE) is known color: Han Purple. HEX triplet: 33, 0C and DE. RGB value is (51,12,222). Sum of RGB (Red+Green+Blue) = 51+12+222=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #330CDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CDE is #CCF321. Grayscale: #2E2E2E. Windows color (decimal): -13431586 or 14552115. OLE color: 14552115.

HSL color Cylindrical-coordinate representation of color #330CDE: hue angle of 251.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CDE is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 12 222 -
CMYK 0.77 0.95 0 0.13
HSL 251.14º 0.9% 0.46% -
HSV(B) 251.14º 0.95% 0.87% -
XYZ 14.68 6.24 69.54 -
YUV 47.6 226.42 130.42 -
System Red Green Blue C M Y K H S L
Decimal 51 12 222 0.77 0.95 0 0.13 251.14 0.9 0.46
Hex 33 C DE 4D 5F 0 D FB 5A 2E
Octal 63 14 336 115 137 0 15 373 132 56
Binary 110011 1100 11011110 1001101 1011111 0 1101 11111011 1011010 101110

Color Harmonies of #330CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CDE

Black with #330CDE

Text Example


Text Example

White with #330CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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