Html Css Color HEX #661F5E Palatinate Purple

📋 copy color: '#661F5E'

red 102 ◦ green 31 ◦ blue 94

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

Shades of Palatinate Purple #661F5E

Tints of Palatinate Purple #661F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.66%

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 44.93%
G = 13.66%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#661F5E (or 0x661F5E) is known color: Palatinate Purple. HEX triplet: 66, 1F and 5E. RGB value is (102,31,94). Sum of RGB (Red+Green+Blue) = 102+31+94=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #661F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661F5E is #99E0A1. Grayscale: #3B3B3B. Windows color (decimal): -10084514 or 6168422. OLE color: 6168422.

HSL color Cylindrical-coordinate representation of color #661F5E: hue angle of 306.76º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #661F5E is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 31 94 -
CMYK 0 0.70 0.08 0.6
HSL 306.76º 0.53% 0.26% -
HSV(B) 306.76º 0.7% 0.4% -
XYZ 7.99 4.61 11.06 -
YUV 59.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 102 31 94 0 0.70 0.08 0.6 306.76 0.53 0.26
Hex 66 1F 5E 0 46 8 3C 133 35 1A
Octal 146 37 136 0 106 10 74 463 65 32
Binary 1100110 11111 1011110 0 1000110 1000 111100 100110011 110101 11010

Color Harmonies of #661F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661F5E

Black with #661F5E

Text Example


Text Example

White with #661F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661F5E; }

 p { color: rgb(102,31,94); }

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

background-color css

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

 a { background-color: rgb(102,31,94); }

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

border-color css

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

 span { border-color: rgb(102,31,94); }

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