Html Css Color HEX #61285B Palatinate Purple

📋 copy color: '#61285B'

red 97 ◦ green 40 ◦ blue 91

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

Shades of Palatinate Purple #61285B

Tints of Palatinate Purple #61285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

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

R = 42.54%
G = 17.54%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61285B (or 0x61285B) is known color: Palatinate Purple. HEX triplet: 61, 28 and 5B. RGB value is (97,40,91). Sum of RGB (Red+Green+Blue) = 97+40+91=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #61285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61285B is #9ED7A4. Grayscale: #3E3E3E. Windows color (decimal): -10409893 or 5974113. OLE color: 5974113.

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

Color convert

RGB 97 40 91 -
CMYK 0 0.59 0.06 0.62
HSL 306.32º 0.42% 0.27% -
HSV(B) 306.32º 0.59% 0.38% -
XYZ 7.58 4.81 10.43 -
YUV 62.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 97 40 91 0 0.59 0.06 0.62 306.32 0.42 0.27
Hex 61 28 5B 0 3B 6 3E 132 2A 1B
Octal 141 50 133 0 73 6 76 462 52 33
Binary 1100001 101000 1011011 0 111011 110 111110 100110010 101010 11011

Color Harmonies of #61285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61285B

Black with #61285B

Text Example


Text Example

White with #61285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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