Html Css Color HEX #672055 Palatinate Purple

📋 copy color: '#672055'

red 103 ◦ green 32 ◦ blue 85

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

Shades of Palatinate Purple #672055

Tints of Palatinate Purple #672055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.55%

 BLUE value IS 85 (33.59% from 255) = 38.64%

R = 46.82%
G = 14.55%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#672055 (or 0x672055) is known color: Palatinate Purple. HEX triplet: 67, 20 and 55. RGB value is (103,32,85). Sum of RGB (Red+Green+Blue) = 103+32+85=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #672055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672055 is #98DFAA. Grayscale: #3B3B3B. Windows color (decimal): -10018731 or 5578855. OLE color: 5578855.

HSL color Cylindrical-coordinate representation of color #672055: hue angle of 315.21º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672055 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 32 85 -
CMYK 0 0.69 0.17 0.60
HSL 315.21º 0.53% 0.26% -
HSV(B) 315.21º 0.69% 0.4% -
XYZ 7.75 4.57 9.07 -
YUV 59.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 103 32 85 0 0.69 0.17 0.60 315.21 0.53 0.26
Hex 67 20 55 0 45 11 3C 13B 35 1A
Octal 147 40 125 0 105 21 74 473 65 32
Binary 1100111 100000 1010101 0 1000101 10001 111100 100111011 110101 11010

Color Harmonies of #672055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672055

Black with #672055

Text Example


Text Example

White with #672055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672055; }

 p { color: rgb(103,32,85); }

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

background-color css

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

 a { background-color: rgb(103,32,85); }

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

border-color css

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

 span { border-color: rgb(103,32,85); }

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