Html Css Color HEX #6317FE Han Purple

📋 copy color: '#6317FE'

red 99 ◦ green 23 ◦ blue 254

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

Shades of Han Purple #6317FE

Tints of Han Purple #6317FE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.12%

 BLUE value IS 254 (99.61% from 255) = 67.55%

R = 26.33%
G = 6.12%
B = 67.55%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6317FE (or 0x6317FE) is known color: Han Purple. HEX triplet: 63, 17 and FE. RGB value is (99,23,254). Sum of RGB (Red+Green+Blue) = 99+23+254=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #6317FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6317FE is #9CE801. Grayscale: #474747. Windows color (decimal): -10283010 or 16652131. OLE color: 16652131.

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

Color convert

RGB 99 23 254 -
CMYK 0.61 0.91 0 0.00
HSL 259.74º 0.99% 0.54% -
HSV(B) 259.74º 0.91% 1% -
XYZ 23.34 10.42 94.55 -
YUV 72.06 230.68 147.22 -
System Red Green Blue C M Y K H S L
Decimal 99 23 254 0.61 0.91 0 0.00 259.74 0.99 0.54
Hex 63 17 FE 3D 5B 0 0 104 63 36
Octal 143 27 376 75 133 0 0 404 143 66
Binary 1100011 10111 11111110 111101 1011011 0 0 100000100 1100011 110110

Color Harmonies of #6317FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6317FE

Black with #6317FE

Text Example


Text Example

White with #6317FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6317FE; }

 p { color: rgb(99,23,254); }

 H1.HeaderClassName
 {
   color: #6317FE;
 }
 .AnyTagClassName
 {
   color: #6317FE;
 }
</style>

background-color css

<style>
 a { background-color: #6317FE; }

 a { background-color: rgb(99,23,254); }

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

border-color css

<style>
 span { border-color: #6317FE; }

 span { border-color: rgb(99,23,254); }

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