Html Css Color HEX #710365 Purple

📋 copy color: '#710365'

red 113 ◦ green 3 ◦ blue 101

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

Shades of Purple #710365

Tints of Purple #710365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.54%

R = 52.07%
G = 1.38%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#710365 (or 0x710365) is known color: Purple. HEX triplet: 71, 03 and 65. RGB value is (113,3,101). Sum of RGB (Red+Green+Blue) = 113+3+101=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #710365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710365 is #8EFC9A. Grayscale: #2E2E2E. Windows color (decimal): -9370779 or 6620017. OLE color: 6620017.

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

Color convert

RGB 113 3 101 -
CMYK 0 0.97 0.11 0.56
HSL 306.55º 0.95% 0.23% -
HSV(B) 306.55º 0.97% 0.44% -
XYZ 9.19 4.52 12.7 -
YUV 47.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 113 3 101 0 0.97 0.11 0.56 306.55 0.95 0.23
Hex 71 3 65 0 61 B 38 133 5F 17
Octal 161 3 145 0 141 13 70 463 137 27
Binary 1110001 11 1100101 0 1100001 1011 111000 100110011 1011111 10111

Color Harmonies of #710365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710365

Black with #710365

Text Example


Text Example

White with #710365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710365; }

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

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

background-color css

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

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

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

border-color css

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

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

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