Html Css Color HEX #61275F Palatinate Purple

📋 copy color: '#61275F'

red 97 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #61275F

Tints of Palatinate Purple #61275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.88%

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 41.99%
G = 16.88%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61275F (or 0x61275F) is known color: Palatinate Purple. HEX triplet: 61, 27 and 5F. RGB value is (97,39,95). Sum of RGB (Red+Green+Blue) = 97+39+95=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #61275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61275F is #9ED8A0. Grayscale: #3E3E3E. Windows color (decimal): -10410145 or 6236001. OLE color: 6236001.

HSL color Cylindrical-coordinate representation of color #61275F: hue angle of 302.07º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61275F is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 95 -
CMYK 0 0.60 0.02 0.62
HSL 302.07º 0.43% 0.27% -
HSV(B) 302.07º 0.6% 0.38% -
XYZ 7.72 4.82 11.35 -
YUV 62.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 97 39 95 0 0.60 0.02 0.62 302.07 0.43 0.27
Hex 61 27 5F 0 3C 2 3E 12E 2B 1B
Octal 141 47 137 0 74 2 76 456 53 33
Binary 1100001 100111 1011111 0 111100 10 111110 100101110 101011 11011

Color Harmonies of #61275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61275F

Black with #61275F

Text Example


Text Example

White with #61275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61275F; }

 p { color: rgb(97,39,95); }

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

background-color css

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

 a { background-color: rgb(97,39,95); }

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

border-color css

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

 span { border-color: rgb(97,39,95); }

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