Html Css Color HEX #61245A Palatinate Purple

📋 copy color: '#61245A'

red 97 ◦ green 36 ◦ blue 90

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

Shades of Palatinate Purple #61245A

Tints of Palatinate Purple #61245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

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

R = 43.5%
G = 16.14%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61245A (or 0x61245A) is known color: Palatinate Purple. HEX triplet: 61, 24 and 5A. RGB value is (97,36,90). Sum of RGB (Red+Green+Blue) = 97+36+90=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #61245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61245A is #9EDBA5. Grayscale: #3C3C3C. Windows color (decimal): -10410918 or 5907553. OLE color: 5907553.

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

Color convert

RGB 97 36 90 -
CMYK 0 0.63 0.07 0.62
HSL 306.89º 0.46% 0.26% -
HSV(B) 306.89º 0.63% 0.38% -
XYZ 7.41 4.54 10.16 -
YUV 60.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 97 36 90 0 0.63 0.07 0.62 306.89 0.46 0.26
Hex 61 24 5A 0 3F 7 3E 133 2E 1A
Octal 141 44 132 0 77 7 76 463 56 32
Binary 1100001 100100 1011010 0 111111 111 111110 100110011 101110 11010

Color Harmonies of #61245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61245A

Black with #61245A

Text Example


Text Example

White with #61245A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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