Html Css Color HEX #69106E Palatinate Purple

📋 copy color: '#69106E'

red 105 ◦ green 16 ◦ blue 110

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

Shades of Palatinate Purple #69106E

Tints of Palatinate Purple #69106E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.62%

R = 45.45%
G = 6.93%
B = 47.62%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#69106E (or 0x69106E) is known color: Palatinate Purple. HEX triplet: 69, 10 and 6E. RGB value is (105,16,110). Sum of RGB (Red+Green+Blue) = 105+16+110=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #69106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69106E is #96EF91. Grayscale: #353535. Windows color (decimal): -9891730 or 7213161. OLE color: 7213161.

HSL color Cylindrical-coordinate representation of color #69106E: hue angle of 296.81º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69106E is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 16 110 -
CMYK 0.05 0.85 0 0.57
HSL 296.81º 0.75% 0.25% -
HSV(B) 296.81º 0.85% 0.43% -
XYZ 8.83 4.5 15.16 -
YUV 53.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 105 16 110 0.05 0.85 0 0.57 296.81 0.75 0.25
Hex 69 10 6E 5 55 0 39 129 4B 19
Octal 151 20 156 5 125 0 71 451 113 31
Binary 1101001 10000 1101110 101 1010101 0 111001 100101001 1001011 11001

Color Harmonies of #69106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69106E

Black with #69106E

Text Example


Text Example

White with #69106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69106E; }

 p { color: rgb(105,16,110); }

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

background-color css

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

 a { background-color: rgb(105,16,110); }

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

border-color css

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

 span { border-color: rgb(105,16,110); }

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