Html Css Color HEX #320FF6 Han Purple

📋 copy color: '#320FF6'

red 50 ◦ green 15 ◦ blue 246

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

Shades of Han Purple #320FF6

Tints of Han Purple #320FF6

RGB

 RED value IS 50 (19.92% from 255) = 16.08%

 GREEN value IS 15 (6.25% from 255) = 4.82%

 BLUE value IS 246 (96.48% from 255) = 79.1%

R = 16.08%
G = 4.82%
B = 79.1%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#320FF6 (or 0x320FF6) is known color: Han Purple. HEX triplet: 32, 0F and F6. RGB value is (50,15,246). Sum of RGB (Red+Green+Blue) = 50+15+246=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 246 (96.48% from 255 or 79.10% from 311); Max value from RGB is 246 - color contains mainly: blue. Hex color #320FF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320FF6 is #CDF009. Grayscale: #323232. Windows color (decimal): -13496330 or 16125746. OLE color: 16125746.

HSL color Cylindrical-coordinate representation of color #320FF6: hue angle of 249.09º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320FF6 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 50 15 246 -
CMYK 0.80 0.94 0 0.04
HSL 249.09º 0.93% 0.51% -
HSV(B) 249.09º 0.94% 0.96% -
XYZ 18.12 7.67 87.71 -
YUV 51.8 237.6 126.72 -
System Red Green Blue C M Y K H S L
Decimal 50 15 246 0.80 0.94 0 0.04 249.09 0.93 0.51
Hex 32 F F6 50 5E 0 4 F9 5D 33
Octal 62 17 366 120 136 0 4 371 135 63
Binary 110010 1111 11110110 1010000 1011110 0 100 11111001 1011101 110011

Color Harmonies of #320FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320FF6

Black with #320FF6

Text Example


Text Example

White with #320FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320FF6; }

 p { color: rgb(50,15,246); }

 H1.HeaderClassName
 {
   color: #320FF6;
 }
 .AnyTagClassName
 {
   color: #320FF6;
 }
</style>

background-color css

<style>
 a { background-color: #320FF6; }

 a { background-color: rgb(50,15,246); }

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

border-color css

<style>
 span { border-color: #320FF6; }

 span { border-color: rgb(50,15,246); }

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