Html Css Color HEX #662F59 Palatinate Purple

📋 copy color: '#662F59'

red 102 ◦ green 47 ◦ blue 89

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

Shades of Palatinate Purple #662F59

Tints of Palatinate Purple #662F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.75%

 BLUE value IS 89 (35.16% from 255) = 37.39%

R = 42.86%
G = 19.75%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#662F59 (or 0x662F59) is known color: Palatinate Purple. HEX triplet: 66, 2F and 59. RGB value is (102,47,89). Sum of RGB (Red+Green+Blue) = 102+47+89=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #662F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662F59 is #99D0A6. Grayscale: #444444. Windows color (decimal): -10080423 or 5844838. OLE color: 5844838.

HSL color Cylindrical-coordinate representation of color #662F59: hue angle of 314.18º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #662F59 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 47 89 -
CMYK 0 0.54 0.13 0.6
HSL 314.18º 0.37% 0.29% -
HSV(B) 314.18º 0.54% 0.4% -
XYZ 8.3 5.58 10.09 -
YUV 68.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 102 47 89 0 0.54 0.13 0.6 314.18 0.37 0.29
Hex 66 2F 59 0 36 D 3C 13A 25 1D
Octal 146 57 131 0 66 15 74 472 45 35
Binary 1100110 101111 1011001 0 110110 1101 111100 100111010 100101 11101

Color Harmonies of #662F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662F59

Black with #662F59

Text Example


Text Example

White with #662F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,47,89); }

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

background-color css

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

 a { background-color: rgb(102,47,89); }

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

border-color css

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

 span { border-color: rgb(102,47,89); }

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