Html Css Color HEX #61345B Palatinate Purple

📋 copy color: '#61345B'

red 97 ◦ green 52 ◦ blue 91

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

Shades of Palatinate Purple #61345B

Tints of Palatinate Purple #61345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 40.42%
G = 21.67%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61345B (or 0x61345B) is known color: Palatinate Purple. HEX triplet: 61, 34 and 5B. RGB value is (97,52,91). Sum of RGB (Red+Green+Blue) = 97+52+91=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61345B is #9ECBA4. Grayscale: #454545. Windows color (decimal): -10406821 or 5977185. OLE color: 5977185.

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

Color convert

RGB 97 52 91 -
CMYK 0 0.46 0.06 0.62
HSL 308º 0.3% 0.29% -
HSV(B) 308º 0.46% 0.38% -
XYZ 8.05 5.75 10.58 -
YUV 69.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 97 52 91 0 0.46 0.06 0.62 308 0.3 0.29
Hex 61 34 5B 0 2E 6 3E 134 1E 1D
Octal 141 64 133 0 56 6 76 464 36 35
Binary 1100001 110100 1011011 0 101110 110 111110 100110100 11110 11101

Color Harmonies of #61345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61345B

Black with #61345B

Text Example


Text Example

White with #61345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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