Html Css Color HEX #671C6B Palatinate Purple

📋 copy color: '#671C6B'

red 103 ◦ green 28 ◦ blue 107

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

Shades of Palatinate Purple #671C6B

Tints of Palatinate Purple #671C6B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.76%

 BLUE value IS 107 (42.19% from 255) = 44.96%

R = 43.28%
G = 11.76%
B = 44.96%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#671C6B (or 0x671C6B) is known color: Palatinate Purple. HEX triplet: 67, 1C and 6B. RGB value is (103,28,107). Sum of RGB (Red+Green+Blue) = 103+28+107=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #671C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671C6B is #98E394. Grayscale: #3B3B3B. Windows color (decimal): -10019733 or 7019623. OLE color: 7019623.

HSL color Cylindrical-coordinate representation of color #671C6B: hue angle of 296.96º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #671C6B is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 28 107 -
CMYK 0.04 0.74 0 0.58
HSL 296.96º 0.59% 0.26% -
HSV(B) 296.96º 0.74% 0.42% -
XYZ 8.66 4.78 14.38 -
YUV 59.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 103 28 107 0.04 0.74 0 0.58 296.96 0.59 0.26
Hex 67 1C 6B 4 4A 0 3A 129 3B 1A
Octal 147 34 153 4 112 0 72 451 73 32
Binary 1100111 11100 1101011 100 1001010 0 111010 100101001 111011 11010

Color Harmonies of #671C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671C6B

Black with #671C6B

Text Example


Text Example

White with #671C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671C6B; }

 p { color: rgb(103,28,107); }

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

background-color css

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

 a { background-color: rgb(103,28,107); }

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

border-color css

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

 span { border-color: rgb(103,28,107); }

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