Html Css Color HEX #670580 Purple

📋 copy color: '#670580'

red 103 ◦ green 5 ◦ blue 128

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

Shades of Purple #670580

Tints of Purple #670580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

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

R = 43.64%
G = 2.12%
B = 54.24%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#670580 (or 0x670580) is known color: Purple. HEX triplet: 67, 05 and 80. RGB value is (103,5,128). Sum of RGB (Red+Green+Blue) = 103+5+128=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #670580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670580 is #98FA7F. Grayscale: #2F2F2F. Windows color (decimal): -10025600 or 8389991. OLE color: 8389991.

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

Color convert

RGB 103 5 128 -
CMYK 0.20 0.96 0 0.50
HSL 287.8º 0.92% 0.26% -
HSV(B) 287.8º 0.96% 0.5% -
XYZ 9.54 4.55 20.8 -
YUV 48.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 103 5 128 0.20 0.96 0 0.50 287.8 0.92 0.26
Hex 67 5 80 14 60 0 32 120 5C 1A
Octal 147 5 200 24 140 0 62 440 134 32
Binary 1100111 101 10000000 10100 1100000 0 110010 100100000 1011100 11010

Color Harmonies of #670580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670580

Black with #670580

Text Example


Text Example

White with #670580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670580; }

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

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

background-color css

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

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

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

border-color css

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

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

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