Html Css Color HEX #710368 Purple

📋 copy color: '#710368'

red 113 ◦ green 3 ◦ blue 104

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

Shades of Purple #710368

Tints of Purple #710368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.27%

R = 51.36%
G = 1.36%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#710368 (or 0x710368) is known color: Purple. HEX triplet: 71, 03 and 68. RGB value is (113,3,104). Sum of RGB (Red+Green+Blue) = 113+3+104=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #710368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710368 is #8EFC97. Grayscale: #2F2F2F. Windows color (decimal): -9370776 or 6816625. OLE color: 6816625.

HSL color Cylindrical-coordinate representation of color #710368: hue angle of 304.91º 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 #710368 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 104 -
CMYK 0 0.97 0.08 0.56
HSL 304.91º 0.95% 0.23% -
HSV(B) 304.91º 0.97% 0.44% -
XYZ 9.34 4.58 13.49 -
YUV 47.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 113 3 104 0 0.97 0.08 0.56 304.91 0.95 0.23
Hex 71 3 68 0 61 8 38 131 5F 17
Octal 161 3 150 0 141 10 70 461 137 27
Binary 1110001 11 1101000 0 1100001 1000 111000 100110001 1011111 10111

Color Harmonies of #710368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710368

Black with #710368

Text Example


Text Example

White with #710368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710368; }

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

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

background-color css

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

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

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

border-color css

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

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

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