Html Css Color HEX #61245D Palatinate Purple

📋 copy color: '#61245D'

red 97 ◦ green 36 ◦ blue 93

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

Shades of Palatinate Purple #61245D

Tints of Palatinate Purple #61245D

RGB

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

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

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

R = 42.92%
G = 15.93%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61245D (or 0x61245D) is known color: Palatinate Purple. HEX triplet: 61, 24 and 5D. RGB value is (97,36,93). Sum of RGB (Red+Green+Blue) = 97+36+93=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #61245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61245D is #9EDBA2. Grayscale: #3C3C3C. Windows color (decimal): -10410915 or 6104161. OLE color: 6104161.

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

Color convert

RGB 97 36 93 -
CMYK 0 0.63 0.04 0.62
HSL 303.93º 0.46% 0.26% -
HSV(B) 303.93º 0.63% 0.38% -
XYZ 7.54 4.59 10.85 -
YUV 60.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 97 36 93 0 0.63 0.04 0.62 303.93 0.46 0.26
Hex 61 24 5D 0 3F 4 3E 130 2E 1A
Octal 141 44 135 0 77 4 76 460 56 32
Binary 1100001 100100 1011101 0 111111 100 111110 100110000 101110 11010

Color Harmonies of #61245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61245D

Black with #61245D

Text Example


Text Example

White with #61245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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