Html Css Color HEX #330CED Han Purple

📋 copy color: '#330CED'

red 51 ◦ green 12 ◦ blue 237

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

Shades of Han Purple #330CED

Tints of Han Purple #330CED

RGB

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

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

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

R = 17%
G = 4%
B = 79%

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

#330CED (or 0x330CED) is known color: Han Purple. HEX triplet: 33, 0C and ED. RGB value is (51,12,237). Sum of RGB (Red+Green+Blue) = 51+12+237=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #330CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CED is #CCF312. Grayscale: #303030. Windows color (decimal): -13431571 or 15535155. OLE color: 15535155.

HSL color Cylindrical-coordinate representation of color #330CED: hue angle of 250.4º 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 #330CED is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 12 237 -
CMYK 0.78 0.95 0 0.07
HSL 250.4º 0.9% 0.49% -
HSV(B) 250.4º 0.95% 0.93% -
XYZ 16.78 7.08 80.6 -
YUV 49.31 233.92 129.2 -
System Red Green Blue C M Y K H S L
Decimal 51 12 237 0.78 0.95 0 0.07 250.4 0.9 0.49
Hex 33 C ED 4E 5F 0 7 FA 5A 31
Octal 63 14 355 116 137 0 7 372 132 61
Binary 110011 1100 11101101 1001110 1011111 0 111 11111010 1011010 110001

Color Harmonies of #330CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CED

Black with #330CED

Text Example


Text Example

White with #330CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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