Html Css Color HEX #6130F1 Han Purple

📋 copy color: '#6130F1'

red 97 ◦ green 48 ◦ blue 241

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

Shades of Han Purple #6130F1

Tints of Han Purple #6130F1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.44%

 BLUE value IS 241 (94.53% from 255) = 62.44%

R = 25.13%
G = 12.44%
B = 62.44%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6130F1 (or 0x6130F1) is known color: Han Purple. HEX triplet: 61, 30 and F1. RGB value is (97,48,241). Sum of RGB (Red+Green+Blue) = 97+48+241=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #6130F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6130F1 is #9ECF0E. Grayscale: #535353. Windows color (decimal): -10407695 or 15806561. OLE color: 15806561.

HSL color Cylindrical-coordinate representation of color #6130F1: hue angle of 255.23º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6130F1 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 48 241 -
CMYK 0.60 0.80 0 0.05
HSL 255.23º 0.87% 0.57% -
HSV(B) 255.23º 0.8% 0.95% -
XYZ 21.86 11.01 84.19 -
YUV 84.65 216.23 136.81 -
System Red Green Blue C M Y K H S L
Decimal 97 48 241 0.60 0.80 0 0.05 255.23 0.87 0.57
Hex 61 30 F1 3C 50 0 5 FF 57 39
Octal 141 60 361 74 120 0 5 377 127 71
Binary 1100001 110000 11110001 111100 1010000 0 101 11111111 1010111 111001

Color Harmonies of #6130F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130F1

Black with #6130F1

Text Example


Text Example

White with #6130F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6130F1; }

 p { color: rgb(97,48,241); }

 H1.HeaderClassName
 {
   color: #6130F1;
 }
 .AnyTagClassName
 {
   color: #6130F1;
 }
</style>

background-color css

<style>
 a { background-color: #6130F1; }

 a { background-color: rgb(97,48,241); }

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

border-color css

<style>
 span { border-color: #6130F1; }

 span { border-color: rgb(97,48,241); }

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