Html Css Color HEX #670076 Purple

📋 copy color: '#670076'

red 103 ◦ green 0 ◦ blue 118

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

Shades of Purple #670076

Tints of Purple #670076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.39%

R = 46.61%
G = 0%
B = 53.39%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#670076 (or 0x670076) is known color: Purple. HEX triplet: 67, 00 and 76. RGB value is (103,0,118). Sum of RGB (Red+Green+Blue) = 103+0+118=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #670076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670076 is #98FF89. Grayscale: #2B2B2B. Windows color (decimal): -10026890 or 7733351. OLE color: 7733351.

HSL color Cylindrical-coordinate representation of color #670076: hue angle of 292.37º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670076 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 0 118 -
CMYK 0.13 1 0 0.54
HSL 292.37º 1% 0.23% -
HSV(B) 292.37º 1% 0.46% -
XYZ 8.86 4.19 17.48 -
YUV 44.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 103 0 118 0.13 1 0 0.54 292.37 1 0.23
Hex 67 0 76 D 64 0 36 124 64 17
Octal 147 0 166 15 144 0 66 444 144 27
Binary 1100111 0 1110110 1101 1100100 0 110110 100100100 1100100 10111

Color Harmonies of #670076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670076

Black with #670076

Text Example


Text Example

White with #670076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670076; }

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

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

background-color css

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

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

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

border-color css

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

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

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