Html Css Color HEX #613358 Palatinate Purple

📋 copy color: '#613358'

red 97 ◦ green 51 ◦ blue 88

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

Shades of Palatinate Purple #613358

Tints of Palatinate Purple #613358

RGB

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

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

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

R = 41.1%
G = 21.61%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#613358 (or 0x613358) is known color: Palatinate Purple. HEX triplet: 61, 33 and 58. RGB value is (97,51,88). Sum of RGB (Red+Green+Blue) = 97+51+88=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #613358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613358 is #9ECCA7. Grayscale: #444444. Windows color (decimal): -10407080 or 5780321. OLE color: 5780321.

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

Color convert

RGB 97 51 88 -
CMYK 0 0.47 0.09 0.62
HSL 311.74º 0.31% 0.29% -
HSV(B) 311.74º 0.47% 0.38% -
XYZ 7.88 5.61 9.9 -
YUV 68.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 97 51 88 0 0.47 0.09 0.62 311.74 0.31 0.29
Hex 61 33 58 0 2F 9 3E 138 1F 1D
Octal 141 63 130 0 57 11 76 470 37 35
Binary 1100001 110011 1011000 0 101111 1001 111110 100111000 11111 11101

Color Harmonies of #613358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613358

Black with #613358

Text Example


Text Example

White with #613358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613358; }

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

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

background-color css

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

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

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

border-color css

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

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

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