Html Css Color HEX #662E5D Palatinate Purple

📋 copy color: '#662E5D'

red 102 ◦ green 46 ◦ blue 93

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

Shades of Palatinate Purple #662E5D

Tints of Palatinate Purple #662E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.09%

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 42.32%
G = 19.09%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#662E5D (or 0x662E5D) is known color: Palatinate Purple. HEX triplet: 66, 2E and 5D. RGB value is (102,46,93). Sum of RGB (Red+Green+Blue) = 102+46+93=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #662E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E5D is #99D1A2. Grayscale: #434343. Windows color (decimal): -10080675 or 6106726. OLE color: 6106726.

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

Color convert

RGB 102 46 93 -
CMYK 0 0.55 0.09 0.6
HSL 309.64º 0.38% 0.29% -
HSV(B) 309.64º 0.55% 0.4% -
XYZ 8.43 5.57 10.99 -
YUV 68.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 102 46 93 0 0.55 0.09 0.6 309.64 0.38 0.29
Hex 66 2E 5D 0 37 9 3C 136 26 1D
Octal 146 56 135 0 67 11 74 466 46 35
Binary 1100110 101110 1011101 0 110111 1001 111100 100110110 100110 11101

Color Harmonies of #662E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662E5D

Black with #662E5D

Text Example


Text Example

White with #662E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,46,93); }

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

background-color css

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

 a { background-color: rgb(102,46,93); }

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

border-color css

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

 span { border-color: rgb(102,46,93); }

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