Html Css Color HEX #61245B Palatinate Purple

📋 copy color: '#61245B'

red 97 ◦ green 36 ◦ blue 91

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

Shades of Palatinate Purple #61245B

Tints of Palatinate Purple #61245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.63%

R = 43.3%
G = 16.07%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61245B (or 0x61245B) is known color: Palatinate Purple. HEX triplet: 61, 24 and 5B. RGB value is (97,36,91). Sum of RGB (Red+Green+Blue) = 97+36+91=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #61245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61245B is #9EDBA4. Grayscale: #3C3C3C. Windows color (decimal): -10410917 or 5973089. OLE color: 5973089.

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

Color convert

RGB 97 36 91 -
CMYK 0 0.63 0.06 0.62
HSL 305.9º 0.46% 0.26% -
HSV(B) 305.9º 0.63% 0.38% -
XYZ 7.45 4.56 10.38 -
YUV 60.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 97 36 91 0 0.63 0.06 0.62 305.9 0.46 0.26
Hex 61 24 5B 0 3F 6 3E 132 2E 1A
Octal 141 44 133 0 77 6 76 462 56 32
Binary 1100001 100100 1011011 0 111111 110 111110 100110010 101110 11010

Color Harmonies of #61245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61245B

Black with #61245B

Text Example


Text Example

White with #61245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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