Html Css Color HEX #330CFB Han Purple

📋 copy color: '#330CFB'

red 51 ◦ green 12 ◦ blue 251

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

Shades of Han Purple #330CFB

Tints of Han Purple #330CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 79.94%

R = 16.24%
G = 3.82%
B = 79.94%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#330CFB (or 0x330CFB) is known color: Han Purple. HEX triplet: 33, 0C and FB. RGB value is (51,12,251). Sum of RGB (Red+Green+Blue) = 51+12+251=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 251 (98.44% from 255 or 79.94% from 314); Max value from RGB is 251 - color contains mainly: blue. Hex color #330CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CFB is #CCF304. Grayscale: #313131. Windows color (decimal): -13431557 or 16452659. OLE color: 16452659.

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

Color convert

RGB 51 12 251 -
CMYK 0.80 0.95 0 0.02
HSL 249.79º 0.97% 0.52% -
HSV(B) 249.79º 0.95% 0.98% -
XYZ 18.91 7.93 91.8 -
YUV 50.91 240.92 128.07 -
System Red Green Blue C M Y K H S L
Decimal 51 12 251 0.80 0.95 0 0.02 249.79 0.97 0.52
Hex 33 C FB 50 5F 0 2 FA 61 34
Octal 63 14 373 120 137 0 2 372 141 64
Binary 110011 1100 11111011 1010000 1011111 0 10 11111010 1100001 110100

Color Harmonies of #330CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CFB

Black with #330CFB

Text Example


Text Example

White with #330CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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