Html Css Color HEX #611366 Palatinate Purple

📋 copy color: '#611366'

red 97 ◦ green 19 ◦ blue 102

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

Shades of Palatinate Purple #611366

Tints of Palatinate Purple #611366

RGB

 RED value IS 97 (38.28% from 255) = 44.5%

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 102 (40.23% from 255) = 46.79%

R = 44.5%
G = 8.72%
B = 46.79%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#611366 (or 0x611366) is known color: Palatinate Purple. HEX triplet: 61, 13 and 66. RGB value is (97,19,102). Sum of RGB (Red+Green+Blue) = 97+19+102=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #611366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611366 is #9EEC99. Grayscale: #333333. Windows color (decimal): -10415258 or 6689633. OLE color: 6689633.

HSL color Cylindrical-coordinate representation of color #611366: hue angle of 296.39º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611366 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 19 102 -
CMYK 0.05 0.81 0 0.6
HSL 296.39º 0.69% 0.24% -
HSV(B) 296.39º 0.81% 0.4% -
XYZ 7.56 3.97 12.94 -
YUV 51.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 97 19 102 0.05 0.81 0 0.6 296.39 0.69 0.24
Hex 61 13 66 5 51 0 3C 128 45 18
Octal 141 23 146 5 121 0 74 450 105 30
Binary 1100001 10011 1100110 101 1010001 0 111100 100101000 1000101 11000

Color Harmonies of #611366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611366

Black with #611366

Text Example


Text Example

White with #611366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611366; }

 p { color: rgb(97,19,102); }

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

background-color css

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

 a { background-color: rgb(97,19,102); }

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

border-color css

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

 span { border-color: rgb(97,19,102); }

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