Html Css Color HEX #671082 Purple

📋 copy color: '#671082'

red 103 ◦ green 16 ◦ blue 130

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

Shades of Purple #671082

Tints of Purple #671082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

 BLUE value IS 130 (51.17% from 255) = 52.21%

R = 41.37%
G = 6.43%
B = 52.21%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#671082 (or 0x671082) is known color: Purple. HEX triplet: 67, 10 and 82. RGB value is (103,16,130). Sum of RGB (Red+Green+Blue) = 103+16+130=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #671082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671082 is #98EF7D. Grayscale: #363636. Windows color (decimal): -10022782 or 8523879. OLE color: 8523879.

HSL color Cylindrical-coordinate representation of color #671082: hue angle of 285.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671082 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 16 130 -
CMYK 0.21 0.88 0 0.49
HSL 285.79º 0.78% 0.29% -
HSV(B) 285.79º 0.88% 0.51% -
XYZ 9.81 4.87 21.54 -
YUV 55.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 103 16 130 0.21 0.88 0 0.49 285.79 0.78 0.29
Hex 67 10 82 15 58 0 31 11E 4E 1D
Octal 147 20 202 25 130 0 61 436 116 35
Binary 1100111 10000 10000010 10101 1011000 0 110001 100011110 1001110 11101

Color Harmonies of #671082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671082

Black with #671082

Text Example


Text Example

White with #671082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671082; }

 p { color: rgb(103,16,130); }

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

background-color css

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

 a { background-color: rgb(103,16,130); }

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

border-color css

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

 span { border-color: rgb(103,16,130); }

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