Html Css Color HEX #61225D Palatinate Purple

📋 copy color: '#61225D'

red 97 ◦ green 34 ◦ blue 93

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

Shades of Palatinate Purple #61225D

Tints of Palatinate Purple #61225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 43.3%
G = 15.18%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61225D (or 0x61225D) is known color: Palatinate Purple. HEX triplet: 61, 22 and 5D. RGB value is (97,34,93). Sum of RGB (Red+Green+Blue) = 97+34+93=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #61225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61225D is #9EDDA2. Grayscale: #3B3B3B. Windows color (decimal): -10411427 or 6103649. OLE color: 6103649.

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

Color convert

RGB 97 34 93 -
CMYK 0 0.65 0.04 0.62
HSL 303.81º 0.48% 0.26% -
HSV(B) 303.81º 0.65% 0.38% -
XYZ 7.48 4.48 10.83 -
YUV 59.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 97 34 93 0 0.65 0.04 0.62 303.81 0.48 0.26
Hex 61 22 5D 0 41 4 3E 130 30 1A
Octal 141 42 135 0 101 4 76 460 60 32
Binary 1100001 100010 1011101 0 1000001 100 111110 100110000 110000 11010

Color Harmonies of #61225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61225D

Black with #61225D

Text Example


Text Example

White with #61225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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