Html Css Color HEX #6319FA Han Purple

📋 copy color: '#6319FA'

red 99 ◦ green 25 ◦ blue 250

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

Shades of Han Purple #6319FA

Tints of Han Purple #6319FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.84%

R = 26.47%
G = 6.68%
B = 66.84%

CMYK

 C value IS 0.60

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6319FA (or 0x6319FA) is known color: Han Purple. HEX triplet: 63, 19 and FA. RGB value is (99,25,250). Sum of RGB (Red+Green+Blue) = 99+25+250=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #6319FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6319FA is #9CE605. Grayscale: #474747. Windows color (decimal): -10282502 or 16390499. OLE color: 16390499.

HSL color Cylindrical-coordinate representation of color #6319FA: hue angle of 259.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6319FA is Cyan = 0.60, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 25 250 -
CMYK 0.60 0.9 0 0.02
HSL 259.73º 0.96% 0.54% -
HSV(B) 259.73º 0.9% 0.98% -
XYZ 22.75 10.25 91.22 -
YUV 72.78 228.02 146.7 -
System Red Green Blue C M Y K H S L
Decimal 99 25 250 0.60 0.9 0 0.02 259.73 0.96 0.54
Hex 63 19 FA 3C 5A 0 2 104 60 36
Octal 143 31 372 74 132 0 2 404 140 66
Binary 1100011 11001 11111010 111100 1011010 0 10 100000100 1100000 110110

Color Harmonies of #6319FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6319FA

Black with #6319FA

Text Example


Text Example

White with #6319FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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