Html Css Color HEX #61255E Palatinate Purple

📋 copy color: '#61255E'

red 97 ◦ green 37 ◦ blue 94

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

Shades of Palatinate Purple #61255E

Tints of Palatinate Purple #61255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.23%

R = 42.54%
G = 16.23%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61255E (or 0x61255E) is known color: Palatinate Purple. HEX triplet: 61, 25 and 5E. RGB value is (97,37,94). Sum of RGB (Red+Green+Blue) = 97+37+94=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #61255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61255E is #9EDAA1. Grayscale: #3D3D3D. Windows color (decimal): -10410658 or 6169953. OLE color: 6169953.

HSL color Cylindrical-coordinate representation of color #61255E: hue angle of 303º 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 #61255E is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 37 94 -
CMYK 0 0.62 0.03 0.62
HSL 303º 0.45% 0.26% -
HSV(B) 303º 0.62% 0.38% -
XYZ 7.61 4.67 11.09 -
YUV 61.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 97 37 94 0 0.62 0.03 0.62 303 0.45 0.26
Hex 61 25 5E 0 3E 3 3E 12F 2D 1A
Octal 141 45 136 0 76 3 76 457 55 32
Binary 1100001 100101 1011110 0 111110 11 111110 100101111 101101 11010

Color Harmonies of #61255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61255E

Black with #61255E

Text Example


Text Example

White with #61255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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