Html Css Color HEX #61235B Palatinate Purple

📋 copy color: '#61235B'

red 97 ◦ green 35 ◦ blue 91

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

Shades of Palatinate Purple #61235B

Tints of Palatinate Purple #61235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

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

R = 43.5%
G = 15.7%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61235B (or 0x61235B) is known color: Palatinate Purple. HEX triplet: 61, 23 and 5B. RGB value is (97,35,91). Sum of RGB (Red+Green+Blue) = 97+35+91=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #61235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61235B is #9EDCA4. Grayscale: #3B3B3B. Windows color (decimal): -10411173 or 5972833. OLE color: 5972833.

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

Color convert

RGB 97 35 91 -
CMYK 0 0.64 0.06 0.62
HSL 305.81º 0.47% 0.26% -
HSV(B) 305.81º 0.64% 0.38% -
XYZ 7.42 4.5 10.37 -
YUV 59.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 97 35 91 0 0.64 0.06 0.62 305.81 0.47 0.26
Hex 61 23 5B 0 40 6 3E 132 2F 1A
Octal 141 43 133 0 100 6 76 462 57 32
Binary 1100001 100011 1011011 0 1000000 110 111110 100110010 101111 11010

Color Harmonies of #61235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61235B

Black with #61235B

Text Example


Text Example

White with #61235B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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