Html Css Color HEX #61015A Palatinate Purple

📋 copy color: '#61015A'

red 97 ◦ green 1 ◦ blue 90

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

Shades of Palatinate Purple #61015A

Tints of Palatinate Purple #61015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.87%

R = 51.6%
G = 0.53%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61015A (or 0x61015A) is known color: Palatinate Purple. HEX triplet: 61, 01 and 5A. RGB value is (97,1,90). Sum of RGB (Red+Green+Blue) = 97+1+90=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #61015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61015A is #9EFEA5. Grayscale: #272727. Windows color (decimal): -10419878 or 5898593. OLE color: 5898593.

HSL color Cylindrical-coordinate representation of color #61015A: hue angle of 304.38º 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 #61015A is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 1 90 -
CMYK 0 0.99 0.07 0.62
HSL 304.38º 0.98% 0.19% -
HSV(B) 304.38º 0.99% 0.38% -
XYZ 6.79 3.3 9.95 -
YUV 39.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 97 1 90 0 0.99 0.07 0.62 304.38 0.98 0.19
Hex 61 1 5A 0 63 7 3E 130 62 13
Octal 141 1 132 0 143 7 76 460 142 23
Binary 1100001 1 1011010 0 1100011 111 111110 100110000 1100010 10011

Color Harmonies of #61015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61015A

Black with #61015A

Text Example


Text Example

White with #61015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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