Html Css Color HEX #330DED Han Purple

📋 copy color: '#330DED'

red 51 ◦ green 13 ◦ blue 237

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

Shades of Han Purple #330DED

Tints of Han Purple #330DED

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

 BLUE value IS 237 (92.97% from 255) = 78.74%

R = 16.94%
G = 4.32%
B = 78.74%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#330DED (or 0x330DED) is known color: Han Purple. HEX triplet: 33, 0D and ED. RGB value is (51,13,237). Sum of RGB (Red+Green+Blue) = 51+13+237=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #330DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330DED is #CCF212. Grayscale: #313131. Windows color (decimal): -13431315 or 15535411. OLE color: 15535411.

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

Color convert

RGB 51 13 237 -
CMYK 0.78 0.95 0 0.07
HSL 250.18º 0.9% 0.49% -
HSV(B) 250.18º 0.95% 0.93% -
XYZ 16.8 7.11 80.61 -
YUV 49.9 233.59 128.79 -
System Red Green Blue C M Y K H S L
Decimal 51 13 237 0.78 0.95 0 0.07 250.18 0.9 0.49
Hex 33 D ED 4E 5F 0 7 FA 5A 31
Octal 63 15 355 116 137 0 7 372 132 61
Binary 110011 1101 11101101 1001110 1011111 0 111 11111010 1011010 110001

Color Harmonies of #330DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DED

Black with #330DED

Text Example


Text Example

White with #330DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,13,237); }

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

background-color css

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

 a { background-color: rgb(51,13,237); }

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

border-color css

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

 span { border-color: rgb(51,13,237); }

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