Html Css Color HEX #670279 Purple

📋 copy color: '#670279'

red 103 ◦ green 2 ◦ blue 121

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

Shades of Purple #670279

Tints of Purple #670279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 121 (47.66% from 255) = 53.54%

R = 45.58%
G = 0.88%
B = 53.54%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#670279 (or 0x670279) is known color: Purple. HEX triplet: 67, 02 and 79. RGB value is (103,2,121). Sum of RGB (Red+Green+Blue) = 103+2+121=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #670279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670279 is #98FD86. Grayscale: #2D2D2D. Windows color (decimal): -10026375 or 7930471. OLE color: 7930471.

HSL color Cylindrical-coordinate representation of color #670279: hue angle of 290.92º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #670279 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 2 121 -
CMYK 0.15 0.98 0 0.53
HSL 290.92º 0.97% 0.24% -
HSV(B) 290.92º 0.98% 0.47% -
XYZ 9.07 4.31 18.44 -
YUV 45.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 103 2 121 0.15 0.98 0 0.53 290.92 0.97 0.24
Hex 67 2 79 F 62 0 35 123 61 18
Octal 147 2 171 17 142 0 65 443 141 30
Binary 1100111 10 1111001 1111 1100010 0 110101 100100011 1100001 11000

Color Harmonies of #670279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670279

Black with #670279

Text Example


Text Example

White with #670279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670279; }

 p { color: rgb(103,2,121); }

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

background-color css

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

 a { background-color: rgb(103,2,121); }

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

border-color css

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

 span { border-color: rgb(103,2,121); }

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