Html Css Color HEX #6119FA Han Purple

📋 copy color: '#6119FA'

red 97 ◦ green 25 ◦ blue 250

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

Shades of Han Purple #6119FA

Tints of Han Purple #6119FA

RGB

 RED value IS 97 (38.28% from 255) = 26.08%

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

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

R = 26.08%
G = 6.72%
B = 67.2%

CMYK

 C value IS 0.61

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6119FA (or 0x6119FA) is known color: Han Purple. HEX triplet: 61, 19 and FA. RGB value is (97,25,250). Sum of RGB (Red+Green+Blue) = 97+25+250=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #6119FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6119FA is #9EE605. Grayscale: #474747. Windows color (decimal): -10413574 or 16390497. OLE color: 16390497.

HSL color Cylindrical-coordinate representation of color #6119FA: hue angle of 259.2º 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 #6119FA is Cyan = 0.61, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 25 250 -
CMYK 0.61 0.9 0 0.02
HSL 259.2º 0.96% 0.54% -
HSV(B) 259.2º 0.9% 0.98% -
XYZ 22.53 10.14 91.21 -
YUV 72.18 228.35 145.7 -
System Red Green Blue C M Y K H S L
Decimal 97 25 250 0.61 0.9 0 0.02 259.2 0.96 0.54
Hex 61 19 FA 3D 5A 0 2 103 60 36
Octal 141 31 372 75 132 0 2 403 140 66
Binary 1100001 11001 11111010 111101 1011010 0 10 100000011 1100000 110110

Color Harmonies of #6119FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6119FA

Black with #6119FA

Text Example


Text Example

White with #6119FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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