Html Css Color HEX #610865 Palatinate Purple

📋 copy color: '#610865'

red 97 ◦ green 8 ◦ blue 101

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

Shades of Palatinate Purple #610865

Tints of Palatinate Purple #610865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

 BLUE value IS 101 (39.84% from 255) = 49.03%

R = 47.09%
G = 3.88%
B = 49.03%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#610865 (or 0x610865) is known color: Palatinate Purple. HEX triplet: 61, 08 and 65. RGB value is (97,8,101). Sum of RGB (Red+Green+Blue) = 97+8+101=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #610865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610865 is #9EF79A. Grayscale: #2C2C2C. Windows color (decimal): -10418075 or 6621281. OLE color: 6621281.

HSL color Cylindrical-coordinate representation of color #610865: hue angle of 297.42º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610865 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 8 101 -
CMYK 0.04 0.92 0 0.60
HSL 297.42º 0.85% 0.21% -
HSV(B) 297.42º 0.92% 0.4% -
XYZ 7.37 3.65 12.63 -
YUV 45.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 97 8 101 0.04 0.92 0 0.60 297.42 0.85 0.21
Hex 61 8 65 4 5C 0 3C 129 55 15
Octal 141 10 145 4 134 0 74 451 125 25
Binary 1100001 1000 1100101 100 1011100 0 111100 100101001 1010101 10101

Color Harmonies of #610865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610865

Black with #610865

Text Example


Text Example

White with #610865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610865; }

 p { color: rgb(97,8,101); }

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

background-color css

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

 a { background-color: rgb(97,8,101); }

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

border-color css

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

 span { border-color: rgb(97,8,101); }

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