Html Css Color HEX #6130EF Han Purple

📋 copy color: '#6130EF'

red 97 ◦ green 48 ◦ blue 239

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

Shades of Han Purple #6130EF

Tints of Han Purple #6130EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.24%

R = 25.26%
G = 12.5%
B = 62.24%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6130EF (or 0x6130EF) is known color: Han Purple. HEX triplet: 61, 30 and EF. RGB value is (97,48,239). Sum of RGB (Red+Green+Blue) = 97+48+239=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #6130EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6130EF is #9ECF10. Grayscale: #535353. Windows color (decimal): -10407697 or 15675489. OLE color: 15675489.

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

Color convert

RGB 97 48 239 -
CMYK 0.59 0.80 0 0.06
HSL 255.39º 0.86% 0.56% -
HSV(B) 255.39º 0.8% 0.94% -
XYZ 21.57 10.89 82.63 -
YUV 84.43 215.23 136.97 -
System Red Green Blue C M Y K H S L
Decimal 97 48 239 0.59 0.80 0 0.06 255.39 0.86 0.56
Hex 61 30 EF 3B 50 0 6 FF 56 38
Octal 141 60 357 73 120 0 6 377 126 70
Binary 1100001 110000 11101111 111011 1010000 0 110 11111111 1010110 111000

Color Harmonies of #6130EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130EF

Black with #6130EF

Text Example


Text Example

White with #6130EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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