Html Css Color HEX #611767 Palatinate Purple

📋 copy color: '#611767'

red 97 ◦ green 23 ◦ blue 103

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

Shades of Palatinate Purple #611767

Tints of Palatinate Purple #611767

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

 BLUE value IS 103 (40.63% from 255) = 46.19%

R = 43.5%
G = 10.31%
B = 46.19%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#611767 (or 0x611767) is known color: Palatinate Purple. HEX triplet: 61, 17 and 67. RGB value is (97,23,103). Sum of RGB (Red+Green+Blue) = 97+23+103=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #611767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611767 is #9EE898. Grayscale: #353535. Windows color (decimal): -10414233 or 6756193. OLE color: 6756193.

HSL color Cylindrical-coordinate representation of color #611767: hue angle of 295.5º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611767 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 23 103 -
CMYK 0.06 0.78 0 0.60
HSL 295.5º 0.63% 0.25% -
HSV(B) 295.5º 0.78% 0.4% -
XYZ 7.68 4.13 13.22 -
YUV 54.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 97 23 103 0.06 0.78 0 0.60 295.5 0.63 0.25
Hex 61 17 67 6 4E 0 3C 128 3F 19
Octal 141 27 147 6 116 0 74 450 77 31
Binary 1100001 10111 1100111 110 1001110 0 111100 100101000 111111 11001

Color Harmonies of #611767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611767

Black with #611767

Text Example


Text Example

White with #611767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611767; }

 p { color: rgb(97,23,103); }

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

background-color css

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

 a { background-color: rgb(97,23,103); }

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

border-color css

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

 span { border-color: rgb(97,23,103); }

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