Html Css Color HEX #670180 Purple

📋 copy color: '#670180'

red 103 ◦ green 1 ◦ blue 128

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

Shades of Purple #670180

Tints of Purple #670180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 128 (50.39% from 255) = 55.17%

R = 44.4%
G = 0.43%
B = 55.17%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#670180 (or 0x670180) is known color: Purple. HEX triplet: 67, 01 and 80. RGB value is (103,1,128). Sum of RGB (Red+Green+Blue) = 103+1+128=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #670180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670180 is #98FE7F. Grayscale: #2D2D2D. Windows color (decimal): -10026624 or 8388967. OLE color: 8388967.

HSL color Cylindrical-coordinate representation of color #670180: hue angle of 288.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670180 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 1 128 -
CMYK 0.20 0.99 0 0.50
HSL 288.19º 0.98% 0.25% -
HSV(B) 288.19º 0.99% 0.5% -
XYZ 9.5 4.46 20.78 -
YUV 45.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 103 1 128 0.20 0.99 0 0.50 288.19 0.98 0.25
Hex 67 1 80 14 63 0 32 120 62 19
Octal 147 1 200 24 143 0 62 440 142 31
Binary 1100111 1 10000000 10100 1100011 0 110010 100100000 1100010 11001

Color Harmonies of #670180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670180

Black with #670180

Text Example


Text Example

White with #670180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670180; }

 p { color: rgb(103,1,128); }

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

background-color css

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

 a { background-color: rgb(103,1,128); }

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

border-color css

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

 span { border-color: rgb(103,1,128); }

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