Html Css Color HEX #61075B Palatinate Purple

📋 copy color: '#61075B'

red 97 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #61075B

Tints of Palatinate Purple #61075B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 46.67%

R = 49.74%
G = 3.59%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61075B (or 0x61075B) is known color: Palatinate Purple. HEX triplet: 61, 07 and 5B. RGB value is (97,7,91). Sum of RGB (Red+Green+Blue) = 97+7+91=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61075B is #9EF8A4. Grayscale: #2B2B2B. Windows color (decimal): -10418341 or 5965665. OLE color: 5965665.

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

Color convert

RGB 97 7 91 -
CMYK 0 0.93 0.06 0.62
HSL 304º 0.87% 0.2% -
HSV(B) 304º 0.93% 0.38% -
XYZ 6.89 3.45 10.2 -
YUV 43.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 97 7 91 0 0.93 0.06 0.62 304 0.87 0.2
Hex 61 7 5B 0 5D 6 3E 130 57 14
Octal 141 7 133 0 135 6 76 460 127 24
Binary 1100001 111 1011011 0 1011101 110 111110 100110000 1010111 10100

Color Harmonies of #61075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61075B

Black with #61075B

Text Example


Text Example

White with #61075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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