Html Css Color HEX #670471 Purple

📋 copy color: '#670471'

red 103 ◦ green 4 ◦ blue 113

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

Shades of Purple #670471

Tints of Purple #670471

RGB

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

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

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

R = 46.82%
G = 1.82%
B = 51.36%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#670471 (or 0x670471) is known color: Purple. HEX triplet: 67, 04 and 71. RGB value is (103,4,113). Sum of RGB (Red+Green+Blue) = 103+4+113=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #670471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670471 is #98FB8E. Grayscale: #2D2D2D. Windows color (decimal): -10025871 or 7406695. OLE color: 7406695.

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

Color convert

RGB 103 4 113 -
CMYK 0.09 0.96 0 0.56
HSL 294.5º 0.93% 0.23% -
HSV(B) 294.5º 0.96% 0.44% -
XYZ 8.62 4.16 15.97 -
YUV 46.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 103 4 113 0.09 0.96 0 0.56 294.5 0.93 0.23
Hex 67 4 71 9 60 0 38 126 5D 17
Octal 147 4 161 11 140 0 70 446 135 27
Binary 1100111 100 1110001 1001 1100000 0 111000 100100110 1011101 10111

Color Harmonies of #670471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670471

Black with #670471

Text Example


Text Example

White with #670471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670471; }

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

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

background-color css

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

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

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

border-color css

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

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

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