Html Css Color HEX #6316FF Han Purple

📋 copy color: '#6316FF'

red 99 ◦ green 22 ◦ blue 255

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

Shades of Han Purple #6316FF

Tints of Han Purple #6316FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.82%

R = 26.33%
G = 5.85%
B = 67.82%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6316FF (or 0x6316FF) is known color: Han Purple. HEX triplet: 63, 16 and FF. RGB value is (99,22,255). Sum of RGB (Red+Green+Blue) = 99+22+255=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #6316FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6316FF is #9CE900. Grayscale: #464646. Windows color (decimal): -10283265 or 16717411. OLE color: 16717411.

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

Color convert

RGB 99 22 255 -
CMYK 0.61 0.91 0 0
HSL 259.83º 1% 0.54% -
HSV(B) 259.83º 0.91% 1% -
XYZ 23.48 10.45 95.39 -
YUV 71.59 231.51 147.55 -
System Red Green Blue C M Y K H S L
Decimal 99 22 255 0.61 0.91 0 0 259.83 1 0.54
Hex 63 16 FF 3D 5B 0 0 104 64 36
Octal 143 26 377 75 133 0 0 404 144 66
Binary 1100011 10110 11111111 111101 1011011 0 0 100000100 1100100 110110

Color Harmonies of #6316FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6316FF

Black with #6316FF

Text Example


Text Example

White with #6316FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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