Html Css Color HEX #61275A Palatinate Purple

📋 copy color: '#61275A'

red 97 ◦ green 39 ◦ blue 90

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

Shades of Palatinate Purple #61275A

Tints of Palatinate Purple #61275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.82%

R = 42.92%
G = 17.26%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61275A (or 0x61275A) is known color: Palatinate Purple. HEX triplet: 61, 27 and 5A. RGB value is (97,39,90). Sum of RGB (Red+Green+Blue) = 97+39+90=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #61275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61275A is #9ED8A5. Grayscale: #3E3E3E. Windows color (decimal): -10410150 or 5908321. OLE color: 5908321.

HSL color Cylindrical-coordinate representation of color #61275A: hue angle of 307.24º 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 #61275A is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 90 -
CMYK 0 0.60 0.07 0.62
HSL 307.24º 0.43% 0.27% -
HSV(B) 307.24º 0.6% 0.38% -
XYZ 7.5 4.73 10.19 -
YUV 62.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 97 39 90 0 0.60 0.07 0.62 307.24 0.43 0.27
Hex 61 27 5A 0 3C 7 3E 133 2B 1B
Octal 141 47 132 0 74 7 76 463 53 33
Binary 1100001 100111 1011010 0 111100 111 111110 100110011 101011 11011

Color Harmonies of #61275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61275A

Black with #61275A

Text Example


Text Example

White with #61275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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