Html Css Color HEX #6131FA Han Purple

📋 copy color: '#6131FA'

red 97 ◦ green 49 ◦ blue 250

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

Shades of Han Purple #6131FA

Tints of Han Purple #6131FA

RGB

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

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

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

R = 24.49%
G = 12.37%
B = 63.13%

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

#6131FA (or 0x6131FA) is known color: Han Purple. HEX triplet: 61, 31 and FA. RGB value is (97,49,250). Sum of RGB (Red+Green+Blue) = 97+49+250=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #6131FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6131FA is #9ECE05. Grayscale: #555555. Windows color (decimal): -10407430 or 16396641. OLE color: 16396641.

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

Color convert

RGB 97 49 250 -
CMYK 0.61 0.80 0 0.02
HSL 254.33º 0.95% 0.59% -
HSV(B) 254.33º 0.8% 0.98% -
XYZ 23.28 11.64 91.46 -
YUV 86.27 220.4 135.66 -
System Red Green Blue C M Y K H S L
Decimal 97 49 250 0.61 0.80 0 0.02 254.33 0.95 0.59
Hex 61 31 FA 3D 50 0 2 FE 5F 3B
Octal 141 61 372 75 120 0 2 376 137 73
Binary 1100001 110001 11111010 111101 1010000 0 10 11111110 1011111 111011

Color Harmonies of #6131FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6131FA

Black with #6131FA

Text Example


Text Example

White with #6131FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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