Html Css Color HEX #61205A Palatinate Purple

📋 copy color: '#61205A'

red 97 ◦ green 32 ◦ blue 90

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

Shades of Palatinate Purple #61205A

Tints of Palatinate Purple #61205A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 44.29%
G = 14.61%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61205A (or 0x61205A) is known color: Palatinate Purple. HEX triplet: 61, 20 and 5A. RGB value is (97,32,90). Sum of RGB (Red+Green+Blue) = 97+32+90=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #61205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61205A is #9EDFA5. Grayscale: #393939. Windows color (decimal): -10411942 or 5906529. OLE color: 5906529.

HSL color Cylindrical-coordinate representation of color #61205A: hue angle of 306.46º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61205A is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 90 -
CMYK 0 0.67 0.07 0.62
HSL 306.46º 0.5% 0.25% -
HSV(B) 306.46º 0.67% 0.38% -
XYZ 7.29 4.31 10.12 -
YUV 58.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 97 32 90 0 0.67 0.07 0.62 306.46 0.5 0.25
Hex 61 20 5A 0 43 7 3E 132 32 19
Octal 141 40 132 0 103 7 76 462 62 31
Binary 1100001 100000 1011010 0 1000011 111 111110 100110010 110010 11001

Color Harmonies of #61205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61205A

Black with #61205A

Text Example


Text Example

White with #61205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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