Html Css Color HEX #61285F Palatinate Purple

📋 copy color: '#61285F'

red 97 ◦ green 40 ◦ blue 95

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

Shades of Palatinate Purple #61285F

Tints of Palatinate Purple #61285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 41.81%
G = 17.24%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61285F (or 0x61285F) is known color: Palatinate Purple. HEX triplet: 61, 28 and 5F. RGB value is (97,40,95). Sum of RGB (Red+Green+Blue) = 97+40+95=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #61285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61285F is #9ED7A0. Grayscale: #3F3F3F. Windows color (decimal): -10409889 or 6236257. OLE color: 6236257.

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

Color convert

RGB 97 40 95 -
CMYK 0 0.59 0.02 0.62
HSL 302.11º 0.42% 0.27% -
HSV(B) 302.11º 0.59% 0.38% -
XYZ 7.75 4.89 11.36 -
YUV 63.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 97 40 95 0 0.59 0.02 0.62 302.11 0.42 0.27
Hex 61 28 5F 0 3B 2 3E 12E 2A 1B
Octal 141 50 137 0 73 2 76 456 52 33
Binary 1100001 101000 1011111 0 111011 10 111110 100101110 101010 11011

Color Harmonies of #61285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61285F

Black with #61285F

Text Example


Text Example

White with #61285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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