Html Css Color HEX #611369 Palatinate Purple

📋 copy color: '#611369'

red 97 ◦ green 19 ◦ blue 105

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

Shades of Palatinate Purple #611369

Tints of Palatinate Purple #611369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 43.89%
G = 8.6%
B = 47.51%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#611369 (or 0x611369) is known color: Palatinate Purple. HEX triplet: 61, 13 and 69. RGB value is (97,19,105). Sum of RGB (Red+Green+Blue) = 97+19+105=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #611369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611369 is #9EEC96. Grayscale: #333333. Windows color (decimal): -10415255 or 6886241. OLE color: 6886241.

HSL color Cylindrical-coordinate representation of color #611369: hue angle of 294.42º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611369 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 19 105 -
CMYK 0.08 0.82 0 0.59
HSL 294.42º 0.69% 0.24% -
HSV(B) 294.42º 0.82% 0.41% -
XYZ 7.71 4.03 13.74 -
YUV 52.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 97 19 105 0.08 0.82 0 0.59 294.42 0.69 0.24
Hex 61 13 69 8 52 0 3B 126 45 18
Octal 141 23 151 10 122 0 73 446 105 30
Binary 1100001 10011 1101001 1000 1010010 0 111011 100100110 1000101 11000

Color Harmonies of #611369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611369

Black with #611369

Text Example


Text Example

White with #611369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611369; }

 p { color: rgb(97,19,105); }

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

background-color css

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

 a { background-color: rgb(97,19,105); }

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

border-color css

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

 span { border-color: rgb(97,19,105); }

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