Html Css Color HEX #613458 Palatinate Purple

📋 copy color: '#613458'

red 97 ◦ green 52 ◦ blue 88

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

Shades of Palatinate Purple #613458

Tints of Palatinate Purple #613458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

 BLUE value IS 88 (34.77% from 255) = 37.13%

R = 40.93%
G = 21.94%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#613458 (or 0x613458) is known color: Palatinate Purple. HEX triplet: 61, 34 and 58. RGB value is (97,52,88). Sum of RGB (Red+Green+Blue) = 97+52+88=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #613458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613458 is #9ECBA7. Grayscale: #454545. Windows color (decimal): -10406824 or 5780577. OLE color: 5780577.

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

Color convert

RGB 97 52 88 -
CMYK 0 0.46 0.09 0.62
HSL 312º 0.3% 0.29% -
HSV(B) 312º 0.46% 0.38% -
XYZ 7.92 5.7 9.92 -
YUV 69.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 97 52 88 0 0.46 0.09 0.62 312 0.3 0.29
Hex 61 34 58 0 2E 9 3E 138 1E 1D
Octal 141 64 130 0 56 11 76 470 36 35
Binary 1100001 110100 1011000 0 101110 1001 111110 100111000 11110 11101

Color Harmonies of #613458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613458

Black with #613458

Text Example


Text Example

White with #613458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613458; }

 p { color: rgb(97,52,88); }

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

background-color css

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

 a { background-color: rgb(97,52,88); }

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

border-color css

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

 span { border-color: rgb(97,52,88); }

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