Html Css Color HEX #672762 Palatinate Purple

📋 copy color: '#672762'

red 103 ◦ green 39 ◦ blue 98

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

Shades of Palatinate Purple #672762

Tints of Palatinate Purple #672762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

 BLUE value IS 98 (38.67% from 255) = 40.83%

R = 42.92%
G = 16.25%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#672762 (or 0x672762) is known color: Palatinate Purple. HEX triplet: 67, 27 and 62. RGB value is (103,39,98). Sum of RGB (Red+Green+Blue) = 103+39+98=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 103 - color contains mainly: red. Hex color #672762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672762 is #98D89D. Grayscale: #404040. Windows color (decimal): -10016926 or 6432615. OLE color: 6432615.

HSL color Cylindrical-coordinate representation of color #672762: hue angle of 304.69º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #672762 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 39 98 -
CMYK 0 0.62 0.05 0.60
HSL 304.69º 0.45% 0.28% -
HSV(B) 304.69º 0.62% 0.4% -
XYZ 8.52 5.22 12.11 -
YUV 64.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 103 39 98 0 0.62 0.05 0.60 304.69 0.45 0.28
Hex 67 27 62 0 3E 5 3C 131 2D 1C
Octal 147 47 142 0 76 5 74 461 55 34
Binary 1100111 100111 1100010 0 111110 101 111100 100110001 101101 11100

Color Harmonies of #672762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672762

Black with #672762

Text Example


Text Example

White with #672762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672762; }

 p { color: rgb(103,39,98); }

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

background-color css

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

 a { background-color: rgb(103,39,98); }

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

border-color css

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

 span { border-color: rgb(103,39,98); }

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