Html Css Color HEX #613A5F Palatinate Purple

📋 copy color: '#613A5F'

red 97 ◦ green 58 ◦ blue 95

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

Shades of Palatinate Purple #613A5F

Tints of Palatinate Purple #613A5F

RGB

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

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

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

R = 38.8%
G = 23.2%
B = 38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#613A5F (or 0x613A5F) is known color: Palatinate Purple. HEX triplet: 61, 3A and 5F. RGB value is (97,58,95). Sum of RGB (Red+Green+Blue) = 97+58+95=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #613A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A5F is #9EC5A0. Grayscale: #494949. Windows color (decimal): -10405281 or 6240865. OLE color: 6240865.

HSL color Cylindrical-coordinate representation of color #613A5F: hue angle of 303.08º 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 #613A5F is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 95 -
CMYK 0 0.40 0.02 0.62
HSL 303.08º 0.25% 0.3% -
HSV(B) 303.08º 0.4% 0.38% -
XYZ 8.51 6.39 11.61 -
YUV 73.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 97 58 95 0 0.40 0.02 0.62 303.08 0.25 0.3
Hex 61 3A 5F 0 28 2 3E 12F 19 1E
Octal 141 72 137 0 50 2 76 457 31 36
Binary 1100001 111010 1011111 0 101000 10 111110 100101111 11001 11110

Color Harmonies of #613A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A5F

Black with #613A5F

Text Example


Text Example

White with #613A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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