Html Css Color HEX #6130FE Han Purple

📋 copy color: '#6130FE'

red 97 ◦ green 48 ◦ blue 254

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

Shades of Han Purple #6130FE

Tints of Han Purple #6130FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.66%

R = 24.31%
G = 12.03%
B = 63.66%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6130FE (or 0x6130FE) is known color: Han Purple. HEX triplet: 61, 30 and FE. RGB value is (97,48,254). Sum of RGB (Red+Green+Blue) = 97+48+254=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #6130FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6130FE is #9ECF01. Grayscale: #555555. Windows color (decimal): -10407682 or 16658529. OLE color: 16658529.

HSL color Cylindrical-coordinate representation of color #6130FE: hue angle of 254.27º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6130FE is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 97 48 254 -
CMYK 0.62 0.81 0 0.00
HSL 254.27º 0.99% 0.59% -
HSV(B) 254.27º 0.81% 1% -
XYZ 23.88 11.81 94.79 -
YUV 86.14 222.73 135.75 -
System Red Green Blue C M Y K H S L
Decimal 97 48 254 0.62 0.81 0 0.00 254.27 0.99 0.59
Hex 61 30 FE 3E 51 0 0 FE 63 3B
Octal 141 60 376 76 121 0 0 376 143 73
Binary 1100001 110000 11111110 111110 1010001 0 0 11111110 1100011 111011

Color Harmonies of #6130FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130FE

Black with #6130FE

Text Example


Text Example

White with #6130FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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