Html Css Color HEX #710462 Purple

📋 copy color: '#710462'

red 113 ◦ green 4 ◦ blue 98

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

Shades of Purple #710462

Tints of Purple #710462

RGB

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

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

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

R = 52.56%
G = 1.86%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#710462 (or 0x710462) is known color: Purple. HEX triplet: 71, 04 and 62. RGB value is (113,4,98). Sum of RGB (Red+Green+Blue) = 113+4+98=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #710462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710462 is #8EFB9D. Grayscale: #2F2F2F. Windows color (decimal): -9370526 or 6423665. OLE color: 6423665.

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

Color convert

RGB 113 4 98 -
CMYK 0 0.96 0.13 0.56
HSL 308.26º 0.93% 0.23% -
HSV(B) 308.26º 0.96% 0.44% -
XYZ 9.06 4.48 11.94 -
YUV 47.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 113 4 98 0 0.96 0.13 0.56 308.26 0.93 0.23
Hex 71 4 62 0 60 D 38 134 5D 17
Octal 161 4 142 0 140 15 70 464 135 27
Binary 1110001 100 1100010 0 1100000 1101 111000 100110100 1011101 10111

Color Harmonies of #710462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710462

Black with #710462

Text Example


Text Example

White with #710462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710462; }

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

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

background-color css

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

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

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

border-color css

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

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

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