Html Css Color HEX #671072 Purple

📋 copy color: '#671072'

red 103 ◦ green 16 ◦ blue 114

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

Shades of Purple #671072

Tints of Purple #671072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.93%

R = 44.21%
G = 6.87%
B = 48.93%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#671072 (or 0x671072) is known color: Purple. HEX triplet: 67, 10 and 72. RGB value is (103,16,114). Sum of RGB (Red+Green+Blue) = 103+16+114=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #671072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671072 is #98EF8D. Grayscale: #343434. Windows color (decimal): -10022798 or 7475303. OLE color: 7475303.

HSL color Cylindrical-coordinate representation of color #671072: hue angle of 293.27º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671072 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 16 114 -
CMYK 0.10 0.86 0 0.55
HSL 293.27º 0.75% 0.25% -
HSV(B) 293.27º 0.86% 0.45% -
XYZ 8.82 4.47 16.32 -
YUV 53.19 162.32 163.53 -
System Red Green Blue C M Y K H S L
Decimal 103 16 114 0.10 0.86 0 0.55 293.27 0.75 0.25
Hex 67 10 72 A 56 0 37 125 4B 19
Octal 147 20 162 12 126 0 67 445 113 31
Binary 1100111 10000 1110010 1010 1010110 0 110111 100100101 1001011 11001

Color Harmonies of #671072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671072

Black with #671072

Text Example


Text Example

White with #671072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671072; }

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

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

background-color css

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

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

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

border-color css

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

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

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