Html Css Color HEX #61075C Palatinate Purple

📋 copy color: '#61075C'

red 97 ◦ green 7 ◦ blue 92

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

Shades of Palatinate Purple #61075C

Tints of Palatinate Purple #61075C

RGB

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

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

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

R = 49.49%
G = 3.57%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#61075C (or 0x61075C) is known color: Palatinate Purple. HEX triplet: 61, 07 and 5C. RGB value is (97,7,92). Sum of RGB (Red+Green+Blue) = 97+7+92=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61075C is #9EF8A3. Grayscale: #2B2B2B. Windows color (decimal): -10418340 or 6031201. OLE color: 6031201.

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

Color convert

RGB 97 7 92 -
CMYK 0 0.93 0.05 0.62
HSL 303.33º 0.87% 0.2% -
HSV(B) 303.33º 0.93% 0.38% -
XYZ 6.94 3.47 10.43 -
YUV 43.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 97 7 92 0 0.93 0.05 0.62 303.33 0.87 0.2
Hex 61 7 5C 0 5D 5 3E 12F 57 14
Octal 141 7 134 0 135 5 76 457 127 24
Binary 1100001 111 1011100 0 1011101 101 111110 100101111 1010111 10100

Color Harmonies of #61075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61075C

Black with #61075C

Text Example


Text Example

White with #61075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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