Html Css Color HEX #610C6B Palatinate Purple

📋 copy color: '#610C6B'

red 97 ◦ green 12 ◦ blue 107

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

Shades of Palatinate Purple #610C6B

Tints of Palatinate Purple #610C6B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.56%

 BLUE value IS 107 (42.19% from 255) = 49.54%

R = 44.91%
G = 5.56%
B = 49.54%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#610C6B (or 0x610C6B) is known color: Palatinate Purple. HEX triplet: 61, 0C and 6B. RGB value is (97,12,107). Sum of RGB (Red+Green+Blue) = 97+12+107=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #610C6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C6B is #9EF394. Grayscale: #2F2F2F. Windows color (decimal): -10417045 or 7015521. OLE color: 7015521.

HSL color Cylindrical-coordinate representation of color #610C6B: hue angle of 293.68º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610C6B is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 12 107 -
CMYK 0.09 0.89 0 0.58
HSL 293.68º 0.8% 0.23% -
HSV(B) 293.68º 0.89% 0.42% -
XYZ 7.72 3.87 14.25 -
YUV 48.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 97 12 107 0.09 0.89 0 0.58 293.68 0.8 0.23
Hex 61 C 6B 9 59 0 3A 126 50 17
Octal 141 14 153 11 131 0 72 446 120 27
Binary 1100001 1100 1101011 1001 1011001 0 111010 100100110 1010000 10111

Color Harmonies of #610C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C6B

Black with #610C6B

Text Example


Text Example

White with #610C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,12,107); }

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

background-color css

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

 a { background-color: rgb(97,12,107); }

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

border-color css

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

 span { border-color: rgb(97,12,107); }

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