Html Css Color HEX #662B57 Palatinate Purple

📋 copy color: '#662B57'

red 102 ◦ green 43 ◦ blue 87

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

Shades of Palatinate Purple #662B57

Tints of Palatinate Purple #662B57

RGB

 RED value IS 102 (40.23% from 255) = 43.97%

 GREEN value IS 43 (17.19% from 255) = 18.53%

 BLUE value IS 87 (34.38% from 255) = 37.5%

R = 43.97%
G = 18.53%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#662B57 (or 0x662B57) is known color: Palatinate Purple. HEX triplet: 66, 2B and 57. RGB value is (102,43,87). Sum of RGB (Red+Green+Blue) = 102+43+87=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #662B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662B57 is #99D4A8. Grayscale: #414141. Windows color (decimal): -10081449 or 5712742. OLE color: 5712742.

HSL color Cylindrical-coordinate representation of color #662B57: hue angle of 315.25º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662B57 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 43 87 -
CMYK 0 0.58 0.15 0.6
HSL 315.25º 0.41% 0.28% -
HSV(B) 315.25º 0.58% 0.4% -
XYZ 8.06 5.24 9.6 -
YUV 65.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 102 43 87 0 0.58 0.15 0.6 315.25 0.41 0.28
Hex 66 2B 57 0 3A F 3C 13B 29 1C
Octal 146 53 127 0 72 17 74 473 51 34
Binary 1100110 101011 1010111 0 111010 1111 111100 100111011 101001 11100

Color Harmonies of #662B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662B57

Black with #662B57

Text Example


Text Example

White with #662B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662B57; }

 p { color: rgb(102,43,87); }

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

background-color css

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

 a { background-color: rgb(102,43,87); }

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

border-color css

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

 span { border-color: rgb(102,43,87); }

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