Html Css Color HEX #6131FE Han Purple

📋 copy color: '#6131FE'

red 97 ◦ green 49 ◦ blue 254

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

Shades of Han Purple #6131FE

Tints of Han Purple #6131FE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.25%

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

R = 24.25%
G = 12.25%
B = 63.5%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6131FE (or 0x6131FE) is known color: Han Purple. HEX triplet: 61, 31 and FE. RGB value is (97,49,254). Sum of RGB (Red+Green+Blue) = 97+49+254=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #6131FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6131FE is #9ECE01. Grayscale: #555555. Windows color (decimal): -10407426 or 16658785. OLE color: 16658785.

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

Color convert

RGB 97 49 254 -
CMYK 0.62 0.81 0 0.00
HSL 254.05º 0.99% 0.59% -
HSV(B) 254.05º 0.81% 1% -
XYZ 23.92 11.89 94.8 -
YUV 86.72 222.4 135.33 -
System Red Green Blue C M Y K H S L
Decimal 97 49 254 0.62 0.81 0 0.00 254.05 0.99 0.59
Hex 61 31 FE 3E 51 0 0 FE 63 3B
Octal 141 61 376 76 121 0 0 376 143 73
Binary 1100001 110001 11111110 111110 1010001 0 0 11111110 1100011 111011

Color Harmonies of #6131FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6131FE

Black with #6131FE

Text Example


Text Example

White with #6131FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,49,254); }

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

background-color css

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

 a { background-color: rgb(97,49,254); }

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

border-color css

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

 span { border-color: rgb(97,49,254); }

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