Html Css Color HEX #670971 Purple

📋 copy color: '#670971'

red 103 ◦ green 9 ◦ blue 113

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

Shades of Purple #670971

Tints of Purple #670971

RGB

 RED value IS 103 (40.63% from 255) = 45.78%

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 45.78%
G = 4%
B = 50.22%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#670971 (or 0x670971) is known color: Purple. HEX triplet: 67, 09 and 71. RGB value is (103,9,113). Sum of RGB (Red+Green+Blue) = 103+9+113=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #670971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670971 is #98F68E. Grayscale: #303030. Windows color (decimal): -10024591 or 7407975. OLE color: 7407975.

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

Color convert

RGB 103 9 113 -
CMYK 0.09 0.92 0 0.56
HSL 294.23º 0.85% 0.24% -
HSV(B) 294.23º 0.92% 0.44% -
XYZ 8.67 4.27 15.99 -
YUV 48.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 103 9 113 0.09 0.92 0 0.56 294.23 0.85 0.24
Hex 67 9 71 9 5C 0 38 126 55 18
Octal 147 11 161 11 134 0 70 446 125 30
Binary 1100111 1001 1110001 1001 1011100 0 111000 100100110 1010101 11000

Color Harmonies of #670971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670971

Black with #670971

Text Example


Text Example

White with #670971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670971; }

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

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

background-color css

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

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

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

border-color css

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

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

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