Html Css Color HEX #710362 Purple

📋 copy color: '#710362'

red 113 ◦ green 3 ◦ blue 98

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

Shades of Purple #710362

Tints of Purple #710362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.79%

R = 52.8%
G = 1.4%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#710362 (or 0x710362) is known color: Purple. HEX triplet: 71, 03 and 62. RGB value is (113,3,98). Sum of RGB (Red+Green+Blue) = 113+3+98=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #710362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710362 is #8EFC9D. Grayscale: #2E2E2E. Windows color (decimal): -9370782 or 6423409. OLE color: 6423409.

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

Color convert

RGB 113 3 98 -
CMYK 0 0.97 0.13 0.56
HSL 308.18º 0.95% 0.23% -
HSV(B) 308.18º 0.97% 0.44% -
XYZ 9.05 4.46 11.94 -
YUV 46.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 113 3 98 0 0.97 0.13 0.56 308.18 0.95 0.23
Hex 71 3 62 0 61 D 38 134 5F 17
Octal 161 3 142 0 141 15 70 464 137 27
Binary 1110001 11 1100010 0 1100001 1101 111000 100110100 1011111 10111

Color Harmonies of #710362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710362

Black with #710362

Text Example


Text Example

White with #710362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710362; }

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

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

background-color css

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

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

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

border-color css

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

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

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