Html Css Color HEX #330CCF Han Purple

📋 copy color: '#330CCF'

red 51 ◦ green 12 ◦ blue 207

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

Shades of Han Purple #330CCF

Tints of Han Purple #330CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.67%

R = 18.89%
G = 4.44%
B = 76.67%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#330CCF (or 0x330CCF) is known color: Han Purple. HEX triplet: 33, 0C and CF. RGB value is (51,12,207). Sum of RGB (Red+Green+Blue) = 51+12+207=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #330CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CCF is #CCF330. Grayscale: #2D2D2D. Windows color (decimal): -13431601 or 13569075. OLE color: 13569075.

HSL color Cylindrical-coordinate representation of color #330CCF: hue angle of 252º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330CCF is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 12 207 -
CMYK 0.75 0.94 0 0.19
HSL 252º 0.89% 0.43% -
HSV(B) 252º 0.94% 0.81% -
XYZ 12.76 5.47 59.42 -
YUV 45.89 218.92 131.64 -
System Red Green Blue C M Y K H S L
Decimal 51 12 207 0.75 0.94 0 0.19 252 0.89 0.43
Hex 33 C CF 4B 5E 0 13 FC 59 2B
Octal 63 14 317 113 136 0 23 374 131 53
Binary 110011 1100 11001111 1001011 1011110 0 10011 11111100 1011001 101011

Color Harmonies of #330CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CCF

Black with #330CCF

Text Example


Text Example

White with #330CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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