Html Css Color HEX #610666 Palatinate Purple

📋 copy color: '#610666'

red 97 ◦ green 6 ◦ blue 102

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

Shades of Palatinate Purple #610666

Tints of Palatinate Purple #610666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

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

R = 47.32%
G = 2.93%
B = 49.76%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#610666 (or 0x610666) is known color: Palatinate Purple. HEX triplet: 61, 06 and 66. RGB value is (97,6,102). Sum of RGB (Red+Green+Blue) = 97+6+102=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #610666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610666 is #9EF999. Grayscale: #2B2B2B. Windows color (decimal): -10418586 or 6686305. OLE color: 6686305.

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

Color convert

RGB 97 6 102 -
CMYK 0.05 0.94 0 0.6
HSL 296.88º 0.89% 0.21% -
HSV(B) 296.88º 0.94% 0.4% -
XYZ 7.39 3.63 12.88 -
YUV 44.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 97 6 102 0.05 0.94 0 0.6 296.88 0.89 0.21
Hex 61 6 66 5 5E 0 3C 129 59 15
Octal 141 6 146 5 136 0 74 451 131 25
Binary 1100001 110 1100110 101 1011110 0 111100 100101001 1011001 10101

Color Harmonies of #610666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610666

Black with #610666

Text Example


Text Example

White with #610666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610666; }

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

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

background-color css

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

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

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

border-color css

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

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

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