Html Css Color HEX #7130FD Han Purple

📋 copy color: '#7130FD'

red 113 ◦ green 48 ◦ blue 253

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

Shades of Han Purple #7130FD

Tints of Han Purple #7130FD

RGB

 RED value IS 113 (44.53% from 255) = 27.29%

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

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 27.29%
G = 11.59%
B = 61.11%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7130FD (or 0x7130FD) is known color: Han Purple. HEX triplet: 71, 30 and FD. RGB value is (113,48,253). Sum of RGB (Red+Green+Blue) = 113+48+253=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #7130FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7130FD is #8ECF02. Grayscale: #5A5A5A. Windows color (decimal): -9359107 or 16593009. OLE color: 16593009.

HSL color Cylindrical-coordinate representation of color #7130FD: hue angle of 259.02º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7130FD is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 48 253 -
CMYK 0.55 0.81 0 0.01
HSL 259.02º 0.98% 0.59% -
HSV(B) 259.02º 0.81% 0.99% -
XYZ 25.6 12.72 94.03 -
YUV 90.81 219.53 143.83 -
System Red Green Blue C M Y K H S L
Decimal 113 48 253 0.55 0.81 0 0.01 259.02 0.98 0.59
Hex 71 30 FD 37 51 0 1 103 62 3B
Octal 161 60 375 67 121 0 1 403 142 73
Binary 1110001 110000 11111101 110111 1010001 0 1 100000011 1100010 111011

Color Harmonies of #7130FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7130FD

Black with #7130FD

Text Example


Text Example

White with #7130FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7130FD; }

 p { color: rgb(113,48,253); }

 H1.HeaderClassName
 {
   color: #7130FD;
 }
 .AnyTagClassName
 {
   color: #7130FD;
 }
</style>

background-color css

<style>
 a { background-color: #7130FD; }

 a { background-color: rgb(113,48,253); }

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

border-color css

<style>
 span { border-color: #7130FD; }

 span { border-color: rgb(113,48,253); }

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