Html Css Color HEX #6131F9 Han Purple

📋 copy color: '#6131F9'

red 97 ◦ green 49 ◦ blue 249

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

Shades of Han Purple #6131F9

Tints of Han Purple #6131F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 63.04%

R = 24.56%
G = 12.41%
B = 63.04%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6131F9 (or 0x6131F9) is known color: Han Purple. HEX triplet: 61, 31 and F9. RGB value is (97,49,249). Sum of RGB (Red+Green+Blue) = 97+49+249=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #6131F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6131F9 is #9ECE06. Grayscale: #555555. Windows color (decimal): -10407431 or 16331105. OLE color: 16331105.

HSL color Cylindrical-coordinate representation of color #6131F9: hue angle of 254.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6131F9 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 49 249 -
CMYK 0.61 0.80 0 0.02
HSL 254.4º 0.94% 0.58% -
HSV(B) 254.4º 0.8% 0.98% -
XYZ 23.13 11.58 90.64 -
YUV 86.15 219.9 135.74 -
System Red Green Blue C M Y K H S L
Decimal 97 49 249 0.61 0.80 0 0.02 254.4 0.94 0.58
Hex 61 31 F9 3D 50 0 2 FE 5E 3A
Octal 141 61 371 75 120 0 2 376 136 72
Binary 1100001 110001 11111001 111101 1010000 0 10 11111110 1011110 111010

Color Harmonies of #6131F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6131F9

Black with #6131F9

Text Example


Text Example

White with #6131F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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