Html Css Color HEX #613354 Palatinate Purple

📋 copy color: '#613354'

red 97 ◦ green 51 ◦ blue 84

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

Shades of Palatinate Purple #613354

Tints of Palatinate Purple #613354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

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

R = 41.81%
G = 21.98%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#613354 (or 0x613354) is known color: Palatinate Purple. HEX triplet: 61, 33 and 54. RGB value is (97,51,84). Sum of RGB (Red+Green+Blue) = 97+51+84=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #613354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613354 is #9ECCAB. Grayscale: #444444. Windows color (decimal): -10407084 or 5518177. OLE color: 5518177.

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

Color convert

RGB 97 51 84 -
CMYK 0 0.47 0.13 0.62
HSL 316.96º 0.31% 0.29% -
HSV(B) 316.96º 0.47% 0.38% -
XYZ 7.71 5.55 9.05 -
YUV 68.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 97 51 84 0 0.47 0.13 0.62 316.96 0.31 0.29
Hex 61 33 54 0 2F D 3E 13D 1F 1D
Octal 141 63 124 0 57 15 76 475 37 35
Binary 1100001 110011 1010100 0 101111 1101 111110 100111101 11111 11101

Color Harmonies of #613354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613354

Black with #613354

Text Example


Text Example

White with #613354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613354; }

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

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

background-color css

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

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

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

border-color css

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

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

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