Html Css Color HEX #610C55 Palatinate Purple

📋 copy color: '#610C55'

red 97 ◦ green 12 ◦ blue 85

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

Shades of Palatinate Purple #610C55

Tints of Palatinate Purple #610C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.81%

R = 50%
G = 6.19%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#610C55 (or 0x610C55) is known color: Palatinate Purple. HEX triplet: 61, 0C and 55. RGB value is (97,12,85). Sum of RGB (Red+Green+Blue) = 97+12+85=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #610C55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C55 is #9EF3AA. Grayscale: #2D2D2D. Windows color (decimal): -10417067 or 5573729. OLE color: 5573729.

HSL color Cylindrical-coordinate representation of color #610C55: hue angle of 308.47º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C55 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 12 85 -
CMYK 0 0.88 0.12 0.62
HSL 308.47º 0.78% 0.21% -
HSV(B) 308.47º 0.88% 0.38% -
XYZ 6.7 3.46 8.91 -
YUV 45.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 97 12 85 0 0.88 0.12 0.62 308.47 0.78 0.21
Hex 61 C 55 0 58 C 3E 134 4E 15
Octal 141 14 125 0 130 14 76 464 116 25
Binary 1100001 1100 1010101 0 1011000 1100 111110 100110100 1001110 10101

Color Harmonies of #610C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C55

Black with #610C55

Text Example


Text Example

White with #610C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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