Html Css Color HEX #610769 Palatinate Purple

📋 copy color: '#610769'

red 97 ◦ green 7 ◦ blue 105

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

Shades of Palatinate Purple #610769

Tints of Palatinate Purple #610769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.35%

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

R = 46.41%
G = 3.35%
B = 50.24%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#610769 (or 0x610769) is known color: Palatinate Purple. HEX triplet: 61, 07 and 69. RGB value is (97,7,105). Sum of RGB (Red+Green+Blue) = 97+7+105=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #610769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610769 is #9EF896. Grayscale: #2C2C2C. Windows color (decimal): -10418327 or 6883169. OLE color: 6883169.

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

Color convert

RGB 97 7 105 -
CMYK 0.08 0.93 0 0.59
HSL 295.1º 0.88% 0.22% -
HSV(B) 295.1º 0.93% 0.41% -
XYZ 7.56 3.71 13.68 -
YUV 45.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 97 7 105 0.08 0.93 0 0.59 295.1 0.88 0.22
Hex 61 7 69 8 5D 0 3B 127 58 16
Octal 141 7 151 10 135 0 73 447 130 26
Binary 1100001 111 1101001 1000 1011101 0 111011 100100111 1011000 10110

Color Harmonies of #610769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610769

Black with #610769

Text Example


Text Example

White with #610769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610769; }

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

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

background-color css

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

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

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

border-color css

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

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

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