Html Css Color HEX #6319FC Han Purple

📋 copy color: '#6319FC'

red 99 ◦ green 25 ◦ blue 252

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

Shades of Han Purple #6319FC

Tints of Han Purple #6319FC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.65%

 BLUE value IS 252 (98.83% from 255) = 67.02%

R = 26.33%
G = 6.65%
B = 67.02%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6319FC (or 0x6319FC) is known color: Han Purple. HEX triplet: 63, 19 and FC. RGB value is (99,25,252). Sum of RGB (Red+Green+Blue) = 99+25+252=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #6319FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6319FC is #9CE603. Grayscale: #484848. Windows color (decimal): -10282500 or 16521571. OLE color: 16521571.

HSL color Cylindrical-coordinate representation of color #6319FC: hue angle of 259.56º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6319FC is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 25 252 -
CMYK 0.61 0.90 0 0.01
HSL 259.56º 0.97% 0.54% -
HSV(B) 259.56º 0.9% 0.99% -
XYZ 23.06 10.38 92.88 -
YUV 73 229.02 146.54 -
System Red Green Blue C M Y K H S L
Decimal 99 25 252 0.61 0.90 0 0.01 259.56 0.97 0.54
Hex 63 19 FC 3D 5A 0 1 104 61 36
Octal 143 31 374 75 132 0 1 404 141 66
Binary 1100011 11001 11111100 111101 1011010 0 1 100000100 1100001 110110

Color Harmonies of #6319FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6319FC

Black with #6319FC

Text Example


Text Example

White with #6319FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6319FC; }

 p { color: rgb(99,25,252); }

 H1.HeaderClassName
 {
   color: #6319FC;
 }
 .AnyTagClassName
 {
   color: #6319FC;
 }
</style>

background-color css

<style>
 a { background-color: #6319FC; }

 a { background-color: rgb(99,25,252); }

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

border-color css

<style>
 span { border-color: #6319FC; }

 span { border-color: rgb(99,25,252); }

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