Html Css Color HEX #61075D Palatinate Purple

📋 copy color: '#61075D'

red 97 ◦ green 7 ◦ blue 93

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

Shades of Palatinate Purple #61075D

Tints of Palatinate Purple #61075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.55%

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

R = 49.24%
G = 3.55%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61075D (or 0x61075D) is known color: Palatinate Purple. HEX triplet: 61, 07 and 5D. RGB value is (97,7,93). Sum of RGB (Red+Green+Blue) = 97+7+93=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61075D is #9EF8A2. Grayscale: #2B2B2B. Windows color (decimal): -10418339 or 6096737. OLE color: 6096737.

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

Color convert

RGB 97 7 93 -
CMYK 0 0.93 0.04 0.62
HSL 302.67º 0.87% 0.2% -
HSV(B) 302.67º 0.93% 0.38% -
XYZ 6.98 3.48 10.66 -
YUV 43.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 97 7 93 0 0.93 0.04 0.62 302.67 0.87 0.2
Hex 61 7 5D 0 5D 4 3E 12F 57 14
Octal 141 7 135 0 135 4 76 457 127 24
Binary 1100001 111 1011101 0 1011101 100 111110 100101111 1010111 10100

Color Harmonies of #61075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61075D

Black with #61075D

Text Example


Text Example

White with #61075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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