Html Css Color HEX #691A5E Palatinate Purple

📋 copy color: '#691A5E'

red 105 ◦ green 26 ◦ blue 94

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

Shades of Palatinate Purple #691A5E

Tints of Palatinate Purple #691A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.56%

 BLUE value IS 94 (37.11% from 255) = 41.78%

R = 46.67%
G = 11.56%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#691A5E (or 0x691A5E) is known color: Palatinate Purple. HEX triplet: 69, 1A and 5E. RGB value is (105,26,94). Sum of RGB (Red+Green+Blue) = 105+26+94=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #691A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691A5E is #96E5A1. Grayscale: #393939. Windows color (decimal): -9889186 or 6167145. OLE color: 6167145.

HSL color Cylindrical-coordinate representation of color #691A5E: hue angle of 308.35º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691A5E is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 94 -
CMYK 0 0.75 0.10 0.59
HSL 308.35º 0.6% 0.26% -
HSV(B) 308.35º 0.75% 0.41% -
XYZ 8.22 4.55 11.03 -
YUV 57.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 105 26 94 0 0.75 0.10 0.59 308.35 0.6 0.26
Hex 69 1A 5E 0 4B A 3B 134 3C 1A
Octal 151 32 136 0 113 12 73 464 74 32
Binary 1101001 11010 1011110 0 1001011 1010 111011 100110100 111100 11010

Color Harmonies of #691A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A5E

Black with #691A5E

Text Example


Text Example

White with #691A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691A5E; }

 p { color: rgb(105,26,94); }

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

background-color css

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

 a { background-color: rgb(105,26,94); }

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

border-color css

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

 span { border-color: rgb(105,26,94); }

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