Html Css Color HEX #61224F Palatinate Purple

📋 copy color: '#61224F'

red 97 ◦ green 34 ◦ blue 79

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

Shades of Palatinate Purple #61224F

Tints of Palatinate Purple #61224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.62%

R = 46.19%
G = 16.19%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61224F (or 0x61224F) is known color: Palatinate Purple. HEX triplet: 61, 22 and 4F. RGB value is (97,34,79). Sum of RGB (Red+Green+Blue) = 97+34+79=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #61224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61224F is #9EDDB0. Grayscale: #393939. Windows color (decimal): -10411441 or 5186145. OLE color: 5186145.

HSL color Cylindrical-coordinate representation of color #61224F: hue angle of 317.14º 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 #61224F is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 34 79 -
CMYK 0 0.65 0.19 0.62
HSL 317.14º 0.48% 0.26% -
HSV(B) 317.14º 0.65% 0.38% -
XYZ 6.91 4.25 7.85 -
YUV 57.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 97 34 79 0 0.65 0.19 0.62 317.14 0.48 0.26
Hex 61 22 4F 0 41 13 3E 13D 30 1A
Octal 141 42 117 0 101 23 76 475 60 32
Binary 1100001 100010 1001111 0 1000001 10011 111110 100111101 110000 11010

Color Harmonies of #61224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61224F

Black with #61224F

Text Example


Text Example

White with #61224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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