Html Css Color HEX #61355C Palatinate Purple

📋 copy color: '#61355C'

red 97 ◦ green 53 ◦ blue 92

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

Shades of Palatinate Purple #61355C

Tints of Palatinate Purple #61355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

 BLUE value IS 92 (36.33% from 255) = 38.02%

R = 40.08%
G = 21.9%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#61355C (or 0x61355C) is known color: Palatinate Purple. HEX triplet: 61, 35 and 5C. RGB value is (97,53,92). Sum of RGB (Red+Green+Blue) = 97+53+92=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61355C is #9ECAA3. Grayscale: #464646. Windows color (decimal): -10406564 or 6042977. OLE color: 6042977.

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

Color convert

RGB 97 53 92 -
CMYK 0 0.45 0.05 0.62
HSL 306.82º 0.29% 0.29% -
HSV(B) 306.82º 0.45% 0.38% -
XYZ 8.13 5.86 10.83 -
YUV 70.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 97 53 92 0 0.45 0.05 0.62 306.82 0.29 0.29
Hex 61 35 5C 0 2D 5 3E 133 1D 1D
Octal 141 65 134 0 55 5 76 463 35 35
Binary 1100001 110101 1011100 0 101101 101 111110 100110011 11101 11101

Color Harmonies of #61355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61355C

Black with #61355C

Text Example


Text Example

White with #61355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61355C; }

 p { color: rgb(97,53,92); }

 H1.HeaderClassName
 {
   color: #61355C;
 }
 .AnyTagClassName
 {
   color: #61355C;
 }
</style>

background-color css

<style>
 a { background-color: #61355C; }

 a { background-color: rgb(97,53,92); }

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

border-color css

<style>
 span { border-color: #61355C; }

 span { border-color: rgb(97,53,92); }

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