Html Css Color HEX #710375 Purple

📋 copy color: '#710375'

red 113 ◦ green 3 ◦ blue 117

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

Shades of Purple #710375

Tints of Purple #710375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 48.5%
G = 1.29%
B = 50.21%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#710375 (or 0x710375) is known color: Purple. HEX triplet: 71, 03 and 75. RGB value is (113,3,117). Sum of RGB (Red+Green+Blue) = 113+3+117=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #710375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710375 is #8EFC8A. Grayscale: #303030. Windows color (decimal): -9370763 or 7668593. OLE color: 7668593.

HSL color Cylindrical-coordinate representation of color #710375: hue angle of 297.89º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710375 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 3 117 -
CMYK 0.03 0.97 0 0.54
HSL 297.89º 0.95% 0.24% -
HSV(B) 297.89º 0.97% 0.46% -
XYZ 10.05 4.86 17.24 -
YUV 48.89 166.44 173.73 -
System Red Green Blue C M Y K H S L
Decimal 113 3 117 0.03 0.97 0 0.54 297.89 0.95 0.24
Hex 71 3 75 3 61 0 36 12A 5F 18
Octal 161 3 165 3 141 0 66 452 137 30
Binary 1110001 11 1110101 11 1100001 0 110110 100101010 1011111 11000

Color Harmonies of #710375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710375

Black with #710375

Text Example


Text Example

White with #710375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710375; }

 p { color: rgb(113,3,117); }

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

background-color css

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

 a { background-color: rgb(113,3,117); }

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

border-color css

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

 span { border-color: rgb(113,3,117); }

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