Html Css Color HEX #671380 Purple

📋 copy color: '#671380'

red 103 ◦ green 19 ◦ blue 128

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

Shades of Purple #671380

Tints of Purple #671380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

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

R = 41.2%
G = 7.6%
B = 51.2%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#671380 (or 0x671380) is known color: Purple. HEX triplet: 67, 13 and 80. RGB value is (103,19,128). Sum of RGB (Red+Green+Blue) = 103+19+128=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #671380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671380 is #98EC7F. Grayscale: #383838. Windows color (decimal): -10022016 or 8393575. OLE color: 8393575.

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

Color convert

RGB 103 19 128 -
CMYK 0.20 0.85 0 0.50
HSL 286.24º 0.74% 0.29% -
HSV(B) 286.24º 0.85% 0.5% -
XYZ 9.72 4.91 20.86 -
YUV 56.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 103 19 128 0.20 0.85 0 0.50 286.24 0.74 0.29
Hex 67 13 80 14 55 0 32 11E 4A 1D
Octal 147 23 200 24 125 0 62 436 112 35
Binary 1100111 10011 10000000 10100 1010101 0 110010 100011110 1001010 11101

Color Harmonies of #671380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671380

Black with #671380

Text Example


Text Example

White with #671380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671380; }

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

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

background-color css

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

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

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

border-color css

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

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

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