Html Css Color HEX #330CFC Han Purple

📋 copy color: '#330CFC'

red 51 ◦ green 12 ◦ blue 252

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

Shades of Han Purple #330CFC

Tints of Han Purple #330CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 80%

R = 16.19%
G = 3.81%
B = 80%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#330CFC (or 0x330CFC) is known color: Han Purple. HEX triplet: 33, 0C and FC. RGB value is (51,12,252). Sum of RGB (Red+Green+Blue) = 51+12+252=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #330CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CFC is #CCF303. Grayscale: #323232. Windows color (decimal): -13431556 or 16518195. OLE color: 16518195.

HSL color Cylindrical-coordinate representation of color #330CFC: hue angle of 249.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CFC is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 12 252 -
CMYK 0.80 0.95 0 0.01
HSL 249.75º 0.98% 0.52% -
HSV(B) 249.75º 0.95% 0.99% -
XYZ 19.07 8 92.63 -
YUV 51.02 241.42 127.99 -
System Red Green Blue C M Y K H S L
Decimal 51 12 252 0.80 0.95 0 0.01 249.75 0.98 0.52
Hex 33 C FC 50 5F 0 1 FA 62 34
Octal 63 14 374 120 137 0 1 372 142 64
Binary 110011 1100 11111100 1010000 1011111 0 1 11111010 1100010 110100

Color Harmonies of #330CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CFC

Black with #330CFC

Text Example


Text Example

White with #330CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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