Html Css Color HEX #710364 Purple

📋 copy color: '#710364'

red 113 ◦ green 3 ◦ blue 100

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

Shades of Purple #710364

Tints of Purple #710364

RGB

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

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

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

R = 52.31%
G = 1.39%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#710364 (or 0x710364) is known color: Purple. HEX triplet: 71, 03 and 64. RGB value is (113,3,100). Sum of RGB (Red+Green+Blue) = 113+3+100=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #710364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710364 is #8EFC9B. Grayscale: #2E2E2E. Windows color (decimal): -9370780 or 6554481. OLE color: 6554481.

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

Color convert

RGB 113 3 100 -
CMYK 0 0.97 0.12 0.56
HSL 307.09º 0.95% 0.23% -
HSV(B) 307.09º 0.97% 0.44% -
XYZ 9.14 4.5 12.44 -
YUV 46.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 113 3 100 0 0.97 0.12 0.56 307.09 0.95 0.23
Hex 71 3 64 0 61 C 38 133 5F 17
Octal 161 3 144 0 141 14 70 463 137 27
Binary 1110001 11 1100100 0 1100001 1100 111000 100110011 1011111 10111

Color Harmonies of #710364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710364

Black with #710364

Text Example


Text Example

White with #710364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710364; }

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

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

background-color css

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

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

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

border-color css

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

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

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