Html Css Color HEX #710464 Purple

📋 copy color: '#710464'

red 113 ◦ green 4 ◦ blue 100

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

Shades of Purple #710464

Tints of Purple #710464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

 BLUE value IS 100 (39.45% from 255) = 46.08%

R = 52.07%
G = 1.84%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#710464 (or 0x710464) is known color: Purple. HEX triplet: 71, 04 and 64. RGB value is (113,4,100). Sum of RGB (Red+Green+Blue) = 113+4+100=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #710464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710464 is #8EFB9B. Grayscale: #2F2F2F. Windows color (decimal): -9370524 or 6554737. OLE color: 6554737.

HSL color Cylindrical-coordinate representation of color #710464: hue angle of 307.16º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710464 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 100 -
CMYK 0 0.96 0.12 0.56
HSL 307.16º 0.93% 0.23% -
HSV(B) 307.16º 0.96% 0.44% -
XYZ 9.15 4.52 12.45 -
YUV 47.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 113 4 100 0 0.96 0.12 0.56 307.16 0.93 0.23
Hex 71 4 64 0 60 C 38 133 5D 17
Octal 161 4 144 0 140 14 70 463 135 27
Binary 1110001 100 1100100 0 1100000 1100 111000 100110011 1011101 10111

Color Harmonies of #710464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710464

Black with #710464

Text Example


Text Example

White with #710464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710464; }

 p { color: rgb(113,4,100); }

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

background-color css

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

 a { background-color: rgb(113,4,100); }

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

border-color css

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

 span { border-color: rgb(113,4,100); }

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