Html Css Color HEX #670770 Purple

📋 copy color: '#670770'

red 103 ◦ green 7 ◦ blue 112

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

Shades of Purple #670770

Tints of Purple #670770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 46.4%
G = 3.15%
B = 50.45%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#670770 (or 0x670770) is known color: Purple. HEX triplet: 67, 07 and 70. RGB value is (103,7,112). Sum of RGB (Red+Green+Blue) = 103+7+112=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #670770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670770 is #98F88F. Grayscale: #2F2F2F. Windows color (decimal): -10025104 or 7341927. OLE color: 7341927.

HSL color Cylindrical-coordinate representation of color #670770: hue angle of 294.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670770 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 7 112 -
CMYK 0.08 0.94 0 0.56
HSL 294.86º 0.88% 0.23% -
HSV(B) 294.86º 0.94% 0.44% -
XYZ 8.59 4.21 15.69 -
YUV 47.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 103 7 112 0.08 0.94 0 0.56 294.86 0.88 0.23
Hex 67 7 70 8 5E 0 38 127 58 17
Octal 147 7 160 10 136 0 70 447 130 27
Binary 1100111 111 1110000 1000 1011110 0 111000 100100111 1011000 10111

Color Harmonies of #670770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670770

Black with #670770

Text Example


Text Example

White with #670770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670770; }

 p { color: rgb(103,7,112); }

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

background-color css

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

 a { background-color: rgb(103,7,112); }

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

border-color css

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

 span { border-color: rgb(103,7,112); }

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