Html Css Color HEX #61085F Palatinate Purple

📋 copy color: '#61085F'

red 97 ◦ green 8 ◦ blue 95

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

Shades of Palatinate Purple #61085F

Tints of Palatinate Purple #61085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

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

R = 48.5%
G = 4%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61085F (or 0x61085F) is known color: Palatinate Purple. HEX triplet: 61, 08 and 5F. RGB value is (97,8,95). Sum of RGB (Red+Green+Blue) = 97+8+95=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #61085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61085F is #9EF7A0. Grayscale: #2C2C2C. Windows color (decimal): -10418081 or 6228065. OLE color: 6228065.

HSL color Cylindrical-coordinate representation of color #61085F: hue angle of 301.35º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61085F is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 8 95 -
CMYK 0 0.92 0.02 0.62
HSL 301.35º 0.85% 0.21% -
HSV(B) 301.35º 0.92% 0.38% -
XYZ 7.08 3.54 11.14 -
YUV 44.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 97 8 95 0 0.92 0.02 0.62 301.35 0.85 0.21
Hex 61 8 5F 0 5C 2 3E 12D 55 15
Octal 141 10 137 0 134 2 76 455 125 25
Binary 1100001 1000 1011111 0 1011100 10 111110 100101101 1010101 10101

Color Harmonies of #61085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61085F

Black with #61085F

Text Example


Text Example

White with #61085F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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