Html Css Color HEX #6130ED Han Purple

📋 copy color: '#6130ED'

red 97 ◦ green 48 ◦ blue 237

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

Shades of Han Purple #6130ED

Tints of Han Purple #6130ED

RGB

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

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

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

R = 25.39%
G = 12.57%
B = 62.04%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6130ED (or 0x6130ED) is known color: Han Purple. HEX triplet: 61, 30 and ED. RGB value is (97,48,237). Sum of RGB (Red+Green+Blue) = 97+48+237=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #6130ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6130ED is #9ECF12. Grayscale: #535353. Windows color (decimal): -10407699 or 15544417. OLE color: 15544417.

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

Color convert

RGB 97 48 237 -
CMYK 0.59 0.80 0 0.07
HSL 255.56º 0.84% 0.56% -
HSV(B) 255.56º 0.8% 0.93% -
XYZ 21.27 10.77 81.08 -
YUV 84.2 214.23 137.13 -
System Red Green Blue C M Y K H S L
Decimal 97 48 237 0.59 0.80 0 0.07 255.56 0.84 0.56
Hex 61 30 ED 3B 50 0 7 100 54 38
Octal 141 60 355 73 120 0 7 400 124 70
Binary 1100001 110000 11101101 111011 1010000 0 111 100000000 1010100 111000

Color Harmonies of #6130ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130ED

Black with #6130ED

Text Example


Text Example

White with #6130ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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