Html Css Color HEX #61115C Palatinate Purple

📋 copy color: '#61115C'

red 97 ◦ green 17 ◦ blue 92

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

Shades of Palatinate Purple #61115C

Tints of Palatinate Purple #61115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.25%

 BLUE value IS 92 (36.33% from 255) = 44.66%

R = 47.09%
G = 8.25%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#61115C (or 0x61115C) is known color: Palatinate Purple. HEX triplet: 61, 11 and 5C. RGB value is (97,17,92). Sum of RGB (Red+Green+Blue) = 97+17+92=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #61115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61115C is #9EEEA3. Grayscale: #313131. Windows color (decimal): -10415780 or 6033761. OLE color: 6033761.

HSL color Cylindrical-coordinate representation of color #61115C: hue angle of 303.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61115C is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 92 -
CMYK 0 0.82 0.05 0.62
HSL 303.75º 0.7% 0.22% -
HSV(B) 303.75º 0.82% 0.38% -
XYZ 7.06 3.71 10.47 -
YUV 49.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 97 17 92 0 0.82 0.05 0.62 303.75 0.7 0.22
Hex 61 11 5C 0 52 5 3E 130 46 16
Octal 141 21 134 0 122 5 76 460 106 26
Binary 1100001 10001 1011100 0 1010010 101 111110 100110000 1000110 10110

Color Harmonies of #61115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61115C

Black with #61115C

Text Example


Text Example

White with #61115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61115C; }

 p { color: rgb(97,17,92); }

 H1.HeaderClassName
 {
   color: #61115C;
 }
 .AnyTagClassName
 {
   color: #61115C;
 }
</style>

background-color css

<style>
 a { background-color: #61115C; }

 a { background-color: rgb(97,17,92); }

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

border-color css

<style>
 span { border-color: #61115C; }

 span { border-color: rgb(97,17,92); }

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