Html Css Color HEX #613454 Palatinate Purple

📋 copy color: '#613454'

red 97 ◦ green 52 ◦ blue 84

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

Shades of Palatinate Purple #613454

Tints of Palatinate Purple #613454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.05%

R = 41.63%
G = 22.32%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#613454 (or 0x613454) is known color: Palatinate Purple. HEX triplet: 61, 34 and 54. RGB value is (97,52,84). Sum of RGB (Red+Green+Blue) = 97+52+84=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #613454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613454 is #9ECBAB. Grayscale: #454545. Windows color (decimal): -10406828 or 5518433. OLE color: 5518433.

HSL color Cylindrical-coordinate representation of color #613454: hue angle of 317.33º 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 #613454 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 52 84 -
CMYK 0 0.46 0.13 0.62
HSL 317.33º 0.3% 0.29% -
HSV(B) 317.33º 0.46% 0.38% -
XYZ 7.76 5.64 9.07 -
YUV 69.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 97 52 84 0 0.46 0.13 0.62 317.33 0.3 0.29
Hex 61 34 54 0 2E D 3E 13D 1E 1D
Octal 141 64 124 0 56 15 76 475 36 35
Binary 1100001 110100 1010100 0 101110 1101 111110 100111101 11110 11101

Color Harmonies of #613454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613454

Black with #613454

Text Example


Text Example

White with #613454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613454; }

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

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

background-color css

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

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

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

border-color css

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

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

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