Html Css Color HEX #611067 Palatinate Purple

📋 copy color: '#611067'

red 97 ◦ green 16 ◦ blue 103

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

Shades of Palatinate Purple #611067

Tints of Palatinate Purple #611067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

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

R = 44.91%
G = 7.41%
B = 47.69%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#611067 (or 0x611067) is known color: Palatinate Purple. HEX triplet: 61, 10 and 67. RGB value is (97,16,103). Sum of RGB (Red+Green+Blue) = 97+16+103=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #611067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611067 is #9EEF98. Grayscale: #313131. Windows color (decimal): -10416025 or 6754401. OLE color: 6754401.

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

Color convert

RGB 97 16 103 -
CMYK 0.06 0.84 0 0.60
HSL 295.86º 0.73% 0.23% -
HSV(B) 295.86º 0.84% 0.4% -
XYZ 7.56 3.89 13.18 -
YUV 50.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 97 16 103 0.06 0.84 0 0.60 295.86 0.73 0.23
Hex 61 10 67 6 54 0 3C 128 49 17
Octal 141 20 147 6 124 0 74 450 111 27
Binary 1100001 10000 1100111 110 1010100 0 111100 100101000 1001001 10111

Color Harmonies of #611067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611067

Black with #611067

Text Example


Text Example

White with #611067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611067; }

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

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

background-color css

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

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

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

border-color css

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

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

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