Html Css Color HEX #61385D Palatinate Purple

📋 copy color: '#61385D'

red 97 ◦ green 56 ◦ blue 93

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

Shades of Palatinate Purple #61385D

Tints of Palatinate Purple #61385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.76%

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

R = 39.43%
G = 22.76%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61385D (or 0x61385D) is known color: Palatinate Purple. HEX triplet: 61, 38 and 5D. RGB value is (97,56,93). Sum of RGB (Red+Green+Blue) = 97+56+93=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #61385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61385D is #9EC7A2. Grayscale: #484848. Windows color (decimal): -10405795 or 6109281. OLE color: 6109281.

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

Color convert

RGB 97 56 93 -
CMYK 0 0.42 0.04 0.62
HSL 305.85º 0.27% 0.3% -
HSV(B) 305.85º 0.42% 0.38% -
XYZ 8.32 6.16 11.11 -
YUV 72.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 97 56 93 0 0.42 0.04 0.62 305.85 0.27 0.3
Hex 61 38 5D 0 2A 4 3E 132 1B 1E
Octal 141 70 135 0 52 4 76 462 33 36
Binary 1100001 111000 1011101 0 101010 100 111110 100110010 11011 11110

Color Harmonies of #61385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61385D

Black with #61385D

Text Example


Text Example

White with #61385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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