Html Css Color HEX #61265B Palatinate Purple

📋 copy color: '#61265B'

red 97 ◦ green 38 ◦ blue 91

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

Shades of Palatinate Purple #61265B

Tints of Palatinate Purple #61265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.81%

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

R = 42.92%
G = 16.81%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61265B (or 0x61265B) is known color: Palatinate Purple. HEX triplet: 61, 26 and 5B. RGB value is (97,38,91). Sum of RGB (Red+Green+Blue) = 97+38+91=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #61265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61265B is #9ED9A4. Grayscale: #3D3D3D. Windows color (decimal): -10410405 or 5973601. OLE color: 5973601.

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

Color convert

RGB 97 38 91 -
CMYK 0 0.61 0.06 0.62
HSL 306.1º 0.44% 0.26% -
HSV(B) 306.1º 0.61% 0.38% -
XYZ 7.51 4.68 10.41 -
YUV 61.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 97 38 91 0 0.61 0.06 0.62 306.1 0.44 0.26
Hex 61 26 5B 0 3D 6 3E 132 2C 1A
Octal 141 46 133 0 75 6 76 462 54 32
Binary 1100001 100110 1011011 0 111101 110 111110 100110010 101100 11010

Color Harmonies of #61265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61265B

Black with #61265B

Text Example


Text Example

White with #61265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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