Html Css Color HEX #69116B Palatinate Purple

📋 copy color: '#69116B'

red 105 ◦ green 17 ◦ blue 107

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

Shades of Palatinate Purple #69116B

Tints of Palatinate Purple #69116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.72%

R = 45.85%
G = 7.42%
B = 46.72%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69116B (or 0x69116B) is known color: Palatinate Purple. HEX triplet: 69, 11 and 6B. RGB value is (105,17,107). Sum of RGB (Red+Green+Blue) = 105+17+107=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #69116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69116B is #96EE94. Grayscale: #353535. Windows color (decimal): -9891477 or 7016809. OLE color: 7016809.

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

Color convert

RGB 105 17 107 -
CMYK 0.02 0.84 0 0.58
HSL 298.67º 0.73% 0.24% -
HSV(B) 298.67º 0.84% 0.42% -
XYZ 8.68 4.47 14.31 -
YUV 53.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 105 17 107 0.02 0.84 0 0.58 298.67 0.73 0.24
Hex 69 11 6B 2 54 0 3A 12B 49 18
Octal 151 21 153 2 124 0 72 453 111 30
Binary 1101001 10001 1101011 10 1010100 0 111010 100101011 1001001 11000

Color Harmonies of #69116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69116B

Black with #69116B

Text Example


Text Example

White with #69116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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