Html Css Color HEX #613A5E Palatinate Purple

📋 copy color: '#613A5E'

red 97 ◦ green 58 ◦ blue 94

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

Shades of Palatinate Purple #613A5E

Tints of Palatinate Purple #613A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.29%

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 38.96%
G = 23.29%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#613A5E (or 0x613A5E) is known color: Palatinate Purple. HEX triplet: 61, 3A and 5E. RGB value is (97,58,94). Sum of RGB (Red+Green+Blue) = 97+58+94=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #613A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A5E is #9EC5A1. Grayscale: #494949. Windows color (decimal): -10405282 or 6175329. OLE color: 6175329.

HSL color Cylindrical-coordinate representation of color #613A5E: hue angle of 304.62º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A5E is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 94 -
CMYK 0 0.40 0.03 0.62
HSL 304.62º 0.25% 0.3% -
HSV(B) 304.62º 0.4% 0.38% -
XYZ 8.46 6.38 11.37 -
YUV 73.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 97 58 94 0 0.40 0.03 0.62 304.62 0.25 0.3
Hex 61 3A 5E 0 28 3 3E 131 19 1E
Octal 141 72 136 0 50 3 76 461 31 36
Binary 1100001 111010 1011110 0 101000 11 111110 100110001 11001 11110

Color Harmonies of #613A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A5E

Black with #613A5E

Text Example


Text Example

White with #613A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,58,94); }

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

background-color css

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

 a { background-color: rgb(97,58,94); }

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

border-color css

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

 span { border-color: rgb(97,58,94); }

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