Html Css Color HEX #610968 Palatinate Purple

📋 copy color: '#610968'

red 97 ◦ green 9 ◦ blue 104

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

Shades of Palatinate Purple #610968

Tints of Palatinate Purple #610968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.29%

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 46.19%
G = 4.29%
B = 49.52%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#610968 (or 0x610968) is known color: Palatinate Purple. HEX triplet: 61, 09 and 68. RGB value is (97,9,104). Sum of RGB (Red+Green+Blue) = 97+9+104=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #610968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610968 is #9EF697. Grayscale: #2D2D2D. Windows color (decimal): -10417816 or 6818145. OLE color: 6818145.

HSL color Cylindrical-coordinate representation of color #610968: hue angle of 295.58º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610968 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 9 104 -
CMYK 0.07 0.91 0 0.59
HSL 295.58º 0.84% 0.22% -
HSV(B) 295.58º 0.91% 0.41% -
XYZ 7.53 3.74 13.42 -
YUV 46.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 97 9 104 0.07 0.91 0 0.59 295.58 0.84 0.22
Hex 61 9 68 7 5B 0 3B 128 54 16
Octal 141 11 150 7 133 0 73 450 124 26
Binary 1100001 1001 1101000 111 1011011 0 111011 100101000 1010100 10110

Color Harmonies of #610968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610968

Black with #610968

Text Example


Text Example

White with #610968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610968; }

 p { color: rgb(97,9,104); }

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

background-color css

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

 a { background-color: rgb(97,9,104); }

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

border-color css

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

 span { border-color: rgb(97,9,104); }

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