Html Css Color HEX #61015B Palatinate Purple

📋 copy color: '#61015B'

red 97 ◦ green 1 ◦ blue 91

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

Shades of Palatinate Purple #61015B

Tints of Palatinate Purple #61015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 51.32%
G = 0.53%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61015B (or 0x61015B) is known color: Palatinate Purple. HEX triplet: 61, 01 and 5B. RGB value is (97,1,91). Sum of RGB (Red+Green+Blue) = 97+1+91=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61015B is #9EFEA4. Grayscale: #272727. Windows color (decimal): -10419877 or 5964129. OLE color: 5964129.

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

Color convert

RGB 97 1 91 -
CMYK 0 0.99 0.06 0.62
HSL 303.75º 0.98% 0.19% -
HSV(B) 303.75º 0.99% 0.38% -
XYZ 6.83 3.32 10.18 -
YUV 39.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 97 1 91 0 0.99 0.06 0.62 303.75 0.98 0.19
Hex 61 1 5B 0 63 6 3E 130 62 13
Octal 141 1 133 0 143 6 76 460 142 23
Binary 1100001 1 1011011 0 1100011 110 111110 100110000 1100010 10011

Color Harmonies of #61015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61015B

Black with #61015B

Text Example


Text Example

White with #61015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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