Html Css Color HEX #61255B Palatinate Purple

📋 copy color: '#61255B'

red 97 ◦ green 37 ◦ blue 91

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

Shades of Palatinate Purple #61255B

Tints of Palatinate Purple #61255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.44%

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

R = 43.11%
G = 16.44%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61255B (or 0x61255B) is known color: Palatinate Purple. HEX triplet: 61, 25 and 5B. RGB value is (97,37,91). Sum of RGB (Red+Green+Blue) = 97+37+91=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61255B is #9EDAA4. Grayscale: #3C3C3C. Windows color (decimal): -10410661 or 5973345. OLE color: 5973345.

HSL color Cylindrical-coordinate representation of color #61255B: hue angle of 306º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61255B is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 37 91 -
CMYK 0 0.62 0.06 0.62
HSL 306º 0.45% 0.26% -
HSV(B) 306º 0.62% 0.38% -
XYZ 7.48 4.62 10.4 -
YUV 61.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 97 37 91 0 0.62 0.06 0.62 306 0.45 0.26
Hex 61 25 5B 0 3E 6 3E 132 2D 1A
Octal 141 45 133 0 76 6 76 462 55 32
Binary 1100001 100101 1011011 0 111110 110 111110 100110010 101101 11010

Color Harmonies of #61255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61255B

Black with #61255B

Text Example


Text Example

White with #61255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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