Html Css Color HEX #670880 Purple

📋 copy color: '#670880'

red 103 ◦ green 8 ◦ blue 128

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

Shades of Purple #670880

Tints of Purple #670880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

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

R = 43.1%
G = 3.35%
B = 53.56%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#670880 (or 0x670880) is known color: Purple. HEX triplet: 67, 08 and 80. RGB value is (103,8,128). Sum of RGB (Red+Green+Blue) = 103+8+128=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #670880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670880 is #98F77F. Grayscale: #313131. Windows color (decimal): -10024832 or 8390759. OLE color: 8390759.

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

Color convert

RGB 103 8 128 -
CMYK 0.20 0.94 0 0.50
HSL 287.5º 0.88% 0.27% -
HSV(B) 287.5º 0.94% 0.5% -
XYZ 9.58 4.62 20.81 -
YUV 50.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 103 8 128 0.20 0.94 0 0.50 287.5 0.88 0.27
Hex 67 8 80 14 5E 0 32 120 58 1B
Octal 147 10 200 24 136 0 62 440 130 33
Binary 1100111 1000 10000000 10100 1011110 0 110010 100100000 1011000 11011

Color Harmonies of #670880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670880

Black with #670880

Text Example


Text Example

White with #670880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670880; }

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

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

background-color css

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

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

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

border-color css

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

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

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