Html Css Color HEX #710067 Purple

📋 copy color: '#710067'

red 113 ◦ green 0 ◦ blue 103

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

Shades of Purple #710067

Tints of Purple #710067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 47.69%

R = 52.31%
G = 0%
B = 47.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#710067 (or 0x710067) is known color: Purple. HEX triplet: 71, 00 and 67. RGB value is (113,0,103). Sum of RGB (Red+Green+Blue) = 113+0+103=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #710067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710067 is #8EFF98. Grayscale: #2D2D2D. Windows color (decimal): -9371545 or 6750321. OLE color: 6750321.

HSL color Cylindrical-coordinate representation of color #710067: hue angle of 305.31º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710067 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 103 -
CMYK 0 1 0.09 0.56
HSL 305.31º 1% 0.22% -
HSV(B) 305.31º 1% 0.44% -
XYZ 9.26 4.49 13.21 -
YUV 45.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 113 0 103 0 1 0.09 0.56 305.31 1 0.22
Hex 71 0 67 0 64 9 38 131 64 16
Octal 161 0 147 0 144 11 70 461 144 26
Binary 1110001 0 1100111 0 1100100 1001 111000 100110001 1100100 10110

Color Harmonies of #710067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710067

Black with #710067

Text Example


Text Example

White with #710067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710067; }

 p { color: rgb(113,0,103); }

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

background-color css

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

 a { background-color: rgb(113,0,103); }

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

border-color css

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

 span { border-color: rgb(113,0,103); }

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