Html Css Color HEX #61255D Palatinate Purple

📋 copy color: '#61255D'

red 97 ◦ green 37 ◦ blue 93

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

Shades of Palatinate Purple #61255D

Tints of Palatinate Purple #61255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

 BLUE value IS 93 (36.72% from 255) = 40.97%

R = 42.73%
G = 16.3%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61255D (or 0x61255D) is known color: Palatinate Purple. HEX triplet: 61, 25 and 5D. RGB value is (97,37,93). Sum of RGB (Red+Green+Blue) = 97+37+93=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61255D is #9EDAA2. Grayscale: #3D3D3D. Windows color (decimal): -10410659 or 6104417. OLE color: 6104417.

HSL color Cylindrical-coordinate representation of color #61255D: hue angle of 304º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61255D is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 37 93 -
CMYK 0 0.62 0.04 0.62
HSL 304º 0.45% 0.26% -
HSV(B) 304º 0.62% 0.38% -
XYZ 7.57 4.65 10.86 -
YUV 61.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 97 37 93 0 0.62 0.04 0.62 304 0.45 0.26
Hex 61 25 5D 0 3E 4 3E 130 2D 1A
Octal 141 45 135 0 76 4 76 460 55 32
Binary 1100001 100101 1011101 0 111110 100 111110 100110000 101101 11010

Color Harmonies of #61255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61255D

Black with #61255D

Text Example


Text Example

White with #61255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61255D; }

 p { color: rgb(97,37,93); }

 H1.HeaderClassName
 {
   color: #61255D;
 }
 .AnyTagClassName
 {
   color: #61255D;
 }
</style>

background-color css

<style>
 a { background-color: #61255D; }

 a { background-color: rgb(97,37,93); }

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

border-color css

<style>
 span { border-color: #61255D; }

 span { border-color: rgb(97,37,93); }

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