Html Css Color HEX #6316FB Han Purple

📋 copy color: '#6316FB'

red 99 ◦ green 22 ◦ blue 251

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

Shades of Han Purple #6316FB

Tints of Han Purple #6316FB

RGB

 RED value IS 99 (39.06% from 255) = 26.61%

 GREEN value IS 22 (8.98% from 255) = 5.91%

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

R = 26.61%
G = 5.91%
B = 67.47%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6316FB (or 0x6316FB) is known color: Han Purple. HEX triplet: 63, 16 and FB. RGB value is (99,22,251). Sum of RGB (Red+Green+Blue) = 99+22+251=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #6316FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6316FB is #9CE904. Grayscale: #464646. Windows color (decimal): -10283269 or 16455267. OLE color: 16455267.

HSL color Cylindrical-coordinate representation of color #6316FB: hue angle of 260.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6316FB is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 22 251 -
CMYK 0.61 0.91 0 0.02
HSL 260.17º 0.97% 0.54% -
HSV(B) 260.17º 0.91% 0.98% -
XYZ 22.85 10.19 92.03 -
YUV 71.13 229.51 147.88 -
System Red Green Blue C M Y K H S L
Decimal 99 22 251 0.61 0.91 0 0.02 260.17 0.97 0.54
Hex 63 16 FB 3D 5B 0 2 104 61 36
Octal 143 26 373 75 133 0 2 404 141 66
Binary 1100011 10110 11111011 111101 1011011 0 10 100000100 1100001 110110

Color Harmonies of #6316FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6316FB

Black with #6316FB

Text Example


Text Example

White with #6316FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6316FB; }

 p { color: rgb(99,22,251); }

 H1.HeaderClassName
 {
   color: #6316FB;
 }
 .AnyTagClassName
 {
   color: #6316FB;
 }
</style>

background-color css

<style>
 a { background-color: #6316FB; }

 a { background-color: rgb(99,22,251); }

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

border-color css

<style>
 span { border-color: #6316FB; }

 span { border-color: rgb(99,22,251); }

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