Html Css Color HEX #6112FA Han Purple

📋 copy color: '#6112FA'

red 97 ◦ green 18 ◦ blue 250

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

Shades of Han Purple #6112FA

Tints of Han Purple #6112FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.93%

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

R = 26.58%
G = 4.93%
B = 68.49%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6112FA (or 0x6112FA) is known color: Han Purple. HEX triplet: 61, 12 and FA. RGB value is (97,18,250). Sum of RGB (Red+Green+Blue) = 97+18+250=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #6112FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6112FA is #9EED05. Grayscale: #434343. Windows color (decimal): -10415366 or 16388705. OLE color: 16388705.

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

Color convert

RGB 97 18 250 -
CMYK 0.61 0.93 0 0.02
HSL 260.43º 0.96% 0.53% -
HSV(B) 260.43º 0.93% 0.98% -
XYZ 22.4 9.88 91.17 -
YUV 68.07 230.67 148.64 -
System Red Green Blue C M Y K H S L
Decimal 97 18 250 0.61 0.93 0 0.02 260.43 0.96 0.53
Hex 61 12 FA 3D 5D 0 2 104 60 35
Octal 141 22 372 75 135 0 2 404 140 65
Binary 1100001 10010 11111010 111101 1011101 0 10 100000100 1100000 110101

Color Harmonies of #6112FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6112FA

Black with #6112FA

Text Example


Text Example

White with #6112FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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