Html Css Color HEX #691268 Palatinate Purple

📋 copy color: '#691268'

red 105 ◦ green 18 ◦ blue 104

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

Shades of Palatinate Purple #691268

Tints of Palatinate Purple #691268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.93%

 BLUE value IS 104 (41.02% from 255) = 45.81%

R = 46.26%
G = 7.93%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#691268 (or 0x691268) is known color: Palatinate Purple. HEX triplet: 69, 12 and 68. RGB value is (105,18,104). Sum of RGB (Red+Green+Blue) = 105+18+104=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #691268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691268 is #96ED97. Grayscale: #353535. Windows color (decimal): -9891224 or 6820457. OLE color: 6820457.

HSL color Cylindrical-coordinate representation of color #691268: hue angle of 300.69º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691268 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 18 104 -
CMYK 0 0.83 0.01 0.59
HSL 300.69º 0.71% 0.24% -
HSV(B) 300.69º 0.83% 0.41% -
XYZ 8.54 4.44 13.5 -
YUV 53.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 105 18 104 0 0.83 0.01 0.59 300.69 0.71 0.24
Hex 69 12 68 0 53 1 3B 12D 47 18
Octal 151 22 150 0 123 1 73 455 107 30
Binary 1101001 10010 1101000 0 1010011 1 111011 100101101 1000111 11000

Color Harmonies of #691268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691268

Black with #691268

Text Example


Text Example

White with #691268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691268; }

 p { color: rgb(105,18,104); }

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

background-color css

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

 a { background-color: rgb(105,18,104); }

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

border-color css

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

 span { border-color: rgb(105,18,104); }

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