Html Css Color HEX #691258 Palatinate Purple

📋 copy color: '#691258'

red 105 ◦ green 18 ◦ blue 88

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

Shades of Palatinate Purple #691258

Tints of Palatinate Purple #691258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 49.76%
G = 8.53%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#691258 (or 0x691258) is known color: Palatinate Purple. HEX triplet: 69, 12 and 58. RGB value is (105,18,88). Sum of RGB (Red+Green+Blue) = 105+18+88=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #691258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691258 is #96EDA7. Grayscale: #333333. Windows color (decimal): -9891240 or 5771881. OLE color: 5771881.

HSL color Cylindrical-coordinate representation of color #691258: hue angle of 311.72º 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 #691258 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 18 88 -
CMYK 0 0.83 0.16 0.59
HSL 311.72º 0.71% 0.24% -
HSV(B) 311.72º 0.83% 0.41% -
XYZ 7.8 4.14 9.62 -
YUV 51.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 105 18 88 0 0.83 0.16 0.59 311.72 0.71 0.24
Hex 69 12 58 0 53 10 3B 138 47 18
Octal 151 22 130 0 123 20 73 470 107 30
Binary 1101001 10010 1011000 0 1010011 10000 111011 100111000 1000111 11000

Color Harmonies of #691258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691258

Black with #691258

Text Example


Text Example

White with #691258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691258; }

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

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

background-color css

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

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

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

border-color css

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

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

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