Html Css Color HEX #7132FD Han Purple

📋 copy color: '#7132FD'

red 113 ◦ green 50 ◦ blue 253

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

Shades of Han Purple #7132FD

Tints of Han Purple #7132FD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.02%

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

R = 27.16%
G = 12.02%
B = 60.82%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7132FD (or 0x7132FD) is known color: Han Purple. HEX triplet: 71, 32 and FD. RGB value is (113,50,253). Sum of RGB (Red+Green+Blue) = 113+50+253=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #7132FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7132FD is #8ECD02. Grayscale: #5B5B5B. Windows color (decimal): -9358595 or 16593521. OLE color: 16593521.

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

Color convert

RGB 113 50 253 -
CMYK 0.55 0.80 0 0.01
HSL 258.62º 0.98% 0.59% -
HSV(B) 258.62º 0.8% 0.99% -
XYZ 25.68 12.88 94.06 -
YUV 91.98 218.87 142.99 -
System Red Green Blue C M Y K H S L
Decimal 113 50 253 0.55 0.80 0 0.01 258.62 0.98 0.59
Hex 71 32 FD 37 50 0 1 103 62 3B
Octal 161 62 375 67 120 0 1 403 142 73
Binary 1110001 110010 11111101 110111 1010000 0 1 100000011 1100010 111011

Color Harmonies of #7132FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7132FD

Black with #7132FD

Text Example


Text Example

White with #7132FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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