Html Css Color HEX #710369 Purple

📋 copy color: '#710369'

red 113 ◦ green 3 ◦ blue 105

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

Shades of Purple #710369

Tints of Purple #710369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 51.13%
G = 1.36%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#710369 (or 0x710369) is known color: Purple. HEX triplet: 71, 03 and 69. RGB value is (113,3,105). Sum of RGB (Red+Green+Blue) = 113+3+105=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #710369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710369 is #8EFC96. Grayscale: #2F2F2F. Windows color (decimal): -9370775 or 6882161. OLE color: 6882161.

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

Color convert

RGB 113 3 105 -
CMYK 0 0.97 0.07 0.56
HSL 304.36º 0.95% 0.23% -
HSV(B) 304.36º 0.97% 0.44% -
XYZ 9.39 4.6 13.76 -
YUV 47.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 113 3 105 0 0.97 0.07 0.56 304.36 0.95 0.23
Hex 71 3 69 0 61 7 38 130 5F 17
Octal 161 3 151 0 141 7 70 460 137 27
Binary 1110001 11 1101001 0 1100001 111 111000 100110000 1011111 10111

Color Harmonies of #710369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710369

Black with #710369

Text Example


Text Example

White with #710369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710369; }

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

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

background-color css

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

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

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

border-color css

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

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

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