Html Css Color HEX #61225A Palatinate Purple

📋 copy color: '#61225A'

red 97 ◦ green 34 ◦ blue 90

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

Shades of Palatinate Purple #61225A

Tints of Palatinate Purple #61225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.38%

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

R = 43.89%
G = 15.38%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61225A (or 0x61225A) is known color: Palatinate Purple. HEX triplet: 61, 22 and 5A. RGB value is (97,34,90). Sum of RGB (Red+Green+Blue) = 97+34+90=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #61225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61225A is #9EDDA5. Grayscale: #3B3B3B. Windows color (decimal): -10411430 or 5907041. OLE color: 5907041.

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

Color convert

RGB 97 34 90 -
CMYK 0 0.65 0.07 0.62
HSL 306.67º 0.48% 0.26% -
HSV(B) 306.67º 0.65% 0.38% -
XYZ 7.35 4.42 10.14 -
YUV 59.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 97 34 90 0 0.65 0.07 0.62 306.67 0.48 0.26
Hex 61 22 5A 0 41 7 3E 133 30 1A
Octal 141 42 132 0 101 7 76 463 60 32
Binary 1100001 100010 1011010 0 1000001 111 111110 100110011 110000 11010

Color Harmonies of #61225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61225A

Black with #61225A

Text Example


Text Example

White with #61225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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