Html Css Color HEX #61075E Palatinate Purple

📋 copy color: '#61075E'

red 97 ◦ green 7 ◦ blue 94

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

Shades of Palatinate Purple #61075E

Tints of Palatinate Purple #61075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47.47%

R = 48.99%
G = 3.54%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61075E (or 0x61075E) is known color: Palatinate Purple. HEX triplet: 61, 07 and 5E. RGB value is (97,7,94). Sum of RGB (Red+Green+Blue) = 97+7+94=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61075E is #9EF8A1. Grayscale: #2B2B2B. Windows color (decimal): -10418338 or 6162273. OLE color: 6162273.

HSL color Cylindrical-coordinate representation of color #61075E: hue angle of 302º 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 #61075E is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 7 94 -
CMYK 0 0.93 0.03 0.62
HSL 302º 0.87% 0.2% -
HSV(B) 302º 0.93% 0.38% -
XYZ 7.03 3.5 10.9 -
YUV 43.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 97 7 94 0 0.93 0.03 0.62 302 0.87 0.2
Hex 61 7 5E 0 5D 3 3E 12E 57 14
Octal 141 7 136 0 135 3 76 456 127 24
Binary 1100001 111 1011110 0 1011101 11 111110 100101110 1010111 10100

Color Harmonies of #61075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61075E

Black with #61075E

Text Example


Text Example

White with #61075E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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