Html Css Color HEX #662B5F Palatinate Purple

📋 copy color: '#662B5F'

red 102 ◦ green 43 ◦ blue 95

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

Shades of Palatinate Purple #662B5F

Tints of Palatinate Purple #662B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 42.5%
G = 17.92%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#662B5F (or 0x662B5F) is known color: Palatinate Purple. HEX triplet: 66, 2B and 5F. RGB value is (102,43,95). Sum of RGB (Red+Green+Blue) = 102+43+95=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #662B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662B5F is #99D4A0. Grayscale: #424242. Windows color (decimal): -10081441 or 6237030. OLE color: 6237030.

HSL color Cylindrical-coordinate representation of color #662B5F: hue angle of 307.12º 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 #662B5F is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 43 95 -
CMYK 0 0.58 0.07 0.6
HSL 307.12º 0.41% 0.28% -
HSV(B) 307.12º 0.58% 0.4% -
XYZ 8.41 5.38 11.42 -
YUV 66.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 102 43 95 0 0.58 0.07 0.6 307.12 0.41 0.28
Hex 66 2B 5F 0 3A 7 3C 133 29 1C
Octal 146 53 137 0 72 7 74 463 51 34
Binary 1100110 101011 1011111 0 111010 111 111100 100110011 101001 11100

Color Harmonies of #662B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662B5F

Black with #662B5F

Text Example


Text Example

White with #662B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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