Html Css Color HEX #61035D Palatinate Purple

📋 copy color: '#61035D'

red 97 ◦ green 3 ◦ blue 93

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

Shades of Palatinate Purple #61035D

Tints of Palatinate Purple #61035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

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

R = 50.26%
G = 1.55%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61035D (or 0x61035D) is known color: Palatinate Purple. HEX triplet: 61, 03 and 5D. RGB value is (97,3,93). Sum of RGB (Red+Green+Blue) = 97+3+93=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61035D is #9EFCA2. Grayscale: #292929. Windows color (decimal): -10419363 or 6095713. OLE color: 6095713.

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

Color convert

RGB 97 3 93 -
CMYK 0 0.97 0.04 0.62
HSL 302.55º 0.94% 0.2% -
HSV(B) 302.55º 0.97% 0.38% -
XYZ 6.94 3.4 10.65 -
YUV 41.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 97 3 93 0 0.97 0.04 0.62 302.55 0.94 0.2
Hex 61 3 5D 0 61 4 3E 12F 5E 14
Octal 141 3 135 0 141 4 76 457 136 24
Binary 1100001 11 1011101 0 1100001 100 111110 100101111 1011110 10100

Color Harmonies of #61035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61035D

Black with #61035D

Text Example


Text Example

White with #61035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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