Html Css Color HEX #6130FA Han Purple

📋 copy color: '#6130FA'

red 97 ◦ green 48 ◦ blue 250

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

Shades of Han Purple #6130FA

Tints of Han Purple #6130FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.29%

R = 24.56%
G = 12.15%
B = 63.29%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6130FA (or 0x6130FA) is known color: Han Purple. HEX triplet: 61, 30 and FA. RGB value is (97,48,250). Sum of RGB (Red+Green+Blue) = 97+48+250=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #6130FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6130FA is #9ECF05. Grayscale: #545454. Windows color (decimal): -10407686 or 16396385. OLE color: 16396385.

HSL color Cylindrical-coordinate representation of color #6130FA: hue angle of 254.55º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6130FA is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 48 250 -
CMYK 0.61 0.81 0 0.02
HSL 254.55º 0.95% 0.58% -
HSV(B) 254.55º 0.81% 0.98% -
XYZ 23.24 11.56 91.45 -
YUV 85.68 220.73 136.07 -
System Red Green Blue C M Y K H S L
Decimal 97 48 250 0.61 0.81 0 0.02 254.55 0.95 0.58
Hex 61 30 FA 3D 51 0 2 FF 5F 3A
Octal 141 60 372 75 121 0 2 377 137 72
Binary 1100001 110000 11111010 111101 1010001 0 10 11111111 1011111 111010

Color Harmonies of #6130FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130FA

Black with #6130FA

Text Example


Text Example

White with #6130FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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