Html Css Color HEX #610F54 Palatinate Purple

📋 copy color: '#610F54'

red 97 ◦ green 15 ◦ blue 84

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

Shades of Palatinate Purple #610F54

Tints of Palatinate Purple #610F54

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.65%

 BLUE value IS 84 (33.2% from 255) = 42.86%

R = 49.49%
G = 7.65%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#610F54 (or 0x610F54) is known color: Palatinate Purple. HEX triplet: 61, 0F and 54. RGB value is (97,15,84). Sum of RGB (Red+Green+Blue) = 97+15+84=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #610F54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F54 is #9EF0AB. Grayscale: #2F2F2F. Windows color (decimal): -10416300 or 5508961. OLE color: 5508961.

HSL color Cylindrical-coordinate representation of color #610F54: hue angle of 309.51º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F54 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 15 84 -
CMYK 0 0.85 0.13 0.62
HSL 309.51º 0.73% 0.22% -
HSV(B) 309.51º 0.85% 0.38% -
XYZ 6.7 3.52 8.71 -
YUV 47.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 97 15 84 0 0.85 0.13 0.62 309.51 0.73 0.22
Hex 61 F 54 0 55 D 3E 136 49 16
Octal 141 17 124 0 125 15 76 466 111 26
Binary 1100001 1111 1010100 0 1010101 1101 111110 100110110 1001001 10110

Color Harmonies of #610F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F54

Black with #610F54

Text Example


Text Example

White with #610F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,15,84); }

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

background-color css

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

 a { background-color: rgb(97,15,84); }

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

border-color css

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

 span { border-color: rgb(97,15,84); }

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