Html Css Color HEX #613C5F Palatinate Purple

📋 copy color: '#613C5F'

red 97 ◦ green 60 ◦ blue 95

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

Shades of Palatinate Purple #613C5F

Tints of Palatinate Purple #613C5F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 38.49%
G = 23.81%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#613C5F (or 0x613C5F) is known color: Palatinate Purple. HEX triplet: 61, 3C and 5F. RGB value is (97,60,95). Sum of RGB (Red+Green+Blue) = 97+60+95=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #613C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C5F is #9EC3A0. Grayscale: #4A4A4A. Windows color (decimal): -10404769 or 6241377. OLE color: 6241377.

HSL color Cylindrical-coordinate representation of color #613C5F: hue angle of 303.24º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #613C5F is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 60 95 -
CMYK 0 0.38 0.02 0.62
HSL 303.24º 0.24% 0.31% -
HSV(B) 303.24º 0.38% 0.38% -
XYZ 8.61 6.6 11.65 -
YUV 75.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 97 60 95 0 0.38 0.02 0.62 303.24 0.24 0.31
Hex 61 3C 5F 0 26 2 3E 12F 18 1F
Octal 141 74 137 0 46 2 76 457 30 37
Binary 1100001 111100 1011111 0 100110 10 111110 100101111 11000 11111

Color Harmonies of #613C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C5F

Black with #613C5F

Text Example


Text Example

White with #613C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613C5F; }

 p { color: rgb(97,60,95); }

 H1.HeaderClassName
 {
   color: #613C5F;
 }
 .AnyTagClassName
 {
   color: #613C5F;
 }
</style>

background-color css

<style>
 a { background-color: #613C5F; }

 a { background-color: rgb(97,60,95); }

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

border-color css

<style>
 span { border-color: #613C5F; }

 span { border-color: rgb(97,60,95); }

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