Html Css Color HEX #61285D Palatinate Purple

📋 copy color: '#61285D'

red 97 ◦ green 40 ◦ blue 93

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

Shades of Palatinate Purple #61285D

Tints of Palatinate Purple #61285D

RGB

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

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

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

R = 42.17%
G = 17.39%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61285D (or 0x61285D) is known color: Palatinate Purple. HEX triplet: 61, 28 and 5D. RGB value is (97,40,93). Sum of RGB (Red+Green+Blue) = 97+40+93=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #61285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61285D is #9ED7A2. Grayscale: #3E3E3E. Windows color (decimal): -10409891 or 6105185. OLE color: 6105185.

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

Color convert

RGB 97 40 93 -
CMYK 0 0.59 0.04 0.62
HSL 304.21º 0.42% 0.27% -
HSV(B) 304.21º 0.59% 0.38% -
XYZ 7.66 4.85 10.89 -
YUV 63.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 97 40 93 0 0.59 0.04 0.62 304.21 0.42 0.27
Hex 61 28 5D 0 3B 4 3E 130 2A 1B
Octal 141 50 135 0 73 4 76 460 52 33
Binary 1100001 101000 1011101 0 111011 100 111110 100110000 101010 11011

Color Harmonies of #61285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61285D

Black with #61285D

Text Example


Text Example

White with #61285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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