Html Css Color HEX #69116C Palatinate Purple

📋 copy color: '#69116C'

red 105 ◦ green 17 ◦ blue 108

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

Shades of Palatinate Purple #69116C

Tints of Palatinate Purple #69116C

RGB

 RED value IS 105 (41.41% from 255) = 45.65%

 GREEN value IS 17 (7.03% from 255) = 7.39%

 BLUE value IS 108 (42.58% from 255) = 46.96%

R = 45.65%
G = 7.39%
B = 46.96%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69116C (or 0x69116C) is known color: Palatinate Purple. HEX triplet: 69, 11 and 6C. RGB value is (105,17,108). Sum of RGB (Red+Green+Blue) = 105+17+108=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #69116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69116C is #96EE93. Grayscale: #353535. Windows color (decimal): -9891476 or 7082345. OLE color: 7082345.

HSL color Cylindrical-coordinate representation of color #69116C: hue angle of 298.02º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69116C is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 17 108 -
CMYK 0.03 0.84 0 0.58
HSL 298.02º 0.73% 0.25% -
HSV(B) 298.02º 0.84% 0.42% -
XYZ 8.73 4.49 14.59 -
YUV 53.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 105 17 108 0.03 0.84 0 0.58 298.02 0.73 0.25
Hex 69 11 6C 3 54 0 3A 12A 49 19
Octal 151 21 154 3 124 0 72 452 111 31
Binary 1101001 10001 1101100 11 1010100 0 111010 100101010 1001001 11001

Color Harmonies of #69116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69116C

Black with #69116C

Text Example


Text Example

White with #69116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69116C; }

 p { color: rgb(105,17,108); }

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

background-color css

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

 a { background-color: rgb(105,17,108); }

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

border-color css

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

 span { border-color: rgb(105,17,108); }

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