Html Css Color HEX #610D69 Palatinate Purple

📋 copy color: '#610D69'

red 97 ◦ green 13 ◦ blue 105

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

Shades of Palatinate Purple #610D69

Tints of Palatinate Purple #610D69

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.05%

 BLUE value IS 105 (41.41% from 255) = 48.84%

R = 45.12%
G = 6.05%
B = 48.84%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#610D69 (or 0x610D69) is known color: Palatinate Purple. HEX triplet: 61, 0D and 69. RGB value is (97,13,105). Sum of RGB (Red+Green+Blue) = 97+13+105=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #610D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D69 is #9EF296. Grayscale: #303030. Windows color (decimal): -10416791 or 6884705. OLE color: 6884705.

HSL color Cylindrical-coordinate representation of color #610D69: hue angle of 294.78º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610D69 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 13 105 -
CMYK 0.08 0.88 0 0.59
HSL 294.78º 0.78% 0.23% -
HSV(B) 294.78º 0.88% 0.41% -
XYZ 7.62 3.85 13.71 -
YUV 48.6 159.83 162.52 -
System Red Green Blue C M Y K H S L
Decimal 97 13 105 0.08 0.88 0 0.59 294.78 0.78 0.23
Hex 61 D 69 8 58 0 3B 127 4E 17
Octal 141 15 151 10 130 0 73 447 116 27
Binary 1100001 1101 1101001 1000 1011000 0 111011 100100111 1001110 10111

Color Harmonies of #610D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D69

Black with #610D69

Text Example


Text Example

White with #610D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610D69; }

 p { color: rgb(97,13,105); }

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

background-color css

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

 a { background-color: rgb(97,13,105); }

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

border-color css

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

 span { border-color: rgb(97,13,105); }

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