Html Css Color HEX #6131ED Han Purple

📋 copy color: '#6131ED'

red 97 ◦ green 49 ◦ blue 237

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

Shades of Han Purple #6131ED

Tints of Han Purple #6131ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.88%

R = 25.33%
G = 12.79%
B = 61.88%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6131ED (or 0x6131ED) is known color: Han Purple. HEX triplet: 61, 31 and ED. RGB value is (97,49,237). Sum of RGB (Red+Green+Blue) = 97+49+237=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #6131ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6131ED is #9ECE12. Grayscale: #545454. Windows color (decimal): -10407443 or 15544673. OLE color: 15544673.

HSL color Cylindrical-coordinate representation of color #6131ED: hue angle of 255.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6131ED is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 49 237 -
CMYK 0.59 0.79 0 0.07
HSL 255.32º 0.84% 0.56% -
HSV(B) 255.32º 0.79% 0.93% -
XYZ 21.31 10.85 81.09 -
YUV 84.78 213.9 136.71 -
System Red Green Blue C M Y K H S L
Decimal 97 49 237 0.59 0.79 0 0.07 255.32 0.84 0.56
Hex 61 31 ED 3B 4F 0 7 FF 54 38
Octal 141 61 355 73 117 0 7 377 124 70
Binary 1100001 110001 11101101 111011 1001111 0 111 11111111 1010100 111000

Color Harmonies of #6131ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6131ED

Black with #6131ED

Text Example


Text Example

White with #6131ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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