Html Css Color HEX #61055B Palatinate Purple

📋 copy color: '#61055B'

red 97 ◦ green 5 ◦ blue 91

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

Shades of Palatinate Purple #61055B

Tints of Palatinate Purple #61055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

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

R = 50.26%
G = 2.59%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61055B (or 0x61055B) is known color: Palatinate Purple. HEX triplet: 61, 05 and 5B. RGB value is (97,5,91). Sum of RGB (Red+Green+Blue) = 97+5+91=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61055B is #9EFAA4. Grayscale: #2A2A2A. Windows color (decimal): -10418853 or 5965153. OLE color: 5965153.

HSL color Cylindrical-coordinate representation of color #61055B: hue angle of 303.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61055B is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 5 91 -
CMYK 0 0.95 0.06 0.62
HSL 303.91º 0.9% 0.2% -
HSV(B) 303.91º 0.95% 0.38% -
XYZ 6.87 3.41 10.19 -
YUV 42.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 97 5 91 0 0.95 0.06 0.62 303.91 0.9 0.2
Hex 61 5 5B 0 5F 6 3E 130 5A 14
Octal 141 5 133 0 137 6 76 460 132 24
Binary 1100001 101 1011011 0 1011111 110 111110 100110000 1011010 10100

Color Harmonies of #61055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61055B

Black with #61055B

Text Example


Text Example

White with #61055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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