Html Css Color HEX #330CDA Han Purple

📋 copy color: '#330CDA'

red 51 ◦ green 12 ◦ blue 218

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

Shades of Han Purple #330CDA

Tints of Han Purple #330CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.58%

R = 18.15%
G = 4.27%
B = 77.58%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#330CDA (or 0x330CDA) is known color: Han Purple. HEX triplet: 33, 0C and DA. RGB value is (51,12,218). Sum of RGB (Red+Green+Blue) = 51+12+218=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #330CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CDA is #CCF325. Grayscale: #2E2E2E. Windows color (decimal): -13431590 or 14289971. OLE color: 14289971.

HSL color Cylindrical-coordinate representation of color #330CDA: hue angle of 251.36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330CDA is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 12 218 -
CMYK 0.77 0.94 0 0.15
HSL 251.36º 0.9% 0.45% -
HSV(B) 251.36º 0.94% 0.85% -
XYZ 14.15 6.03 66.75 -
YUV 47.15 224.42 130.75 -
System Red Green Blue C M Y K H S L
Decimal 51 12 218 0.77 0.94 0 0.15 251.36 0.9 0.45
Hex 33 C DA 4D 5E 0 F FB 5A 2D
Octal 63 14 332 115 136 0 17 373 132 55
Binary 110011 1100 11011010 1001101 1011110 0 1111 11111011 1011010 101101

Color Harmonies of #330CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CDA

Black with #330CDA

Text Example


Text Example

White with #330CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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