Html Css Color HEX #691455 Palatinate Purple

📋 copy color: '#691455'

red 105 ◦ green 20 ◦ blue 85

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

Shades of Palatinate Purple #691455

Tints of Palatinate Purple #691455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

 BLUE value IS 85 (33.59% from 255) = 40.48%

R = 50%
G = 9.52%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#691455 (or 0x691455) is known color: Palatinate Purple. HEX triplet: 69, 14 and 55. RGB value is (105,20,85). Sum of RGB (Red+Green+Blue) = 105+20+85=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #691455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691455 is #96EBAA. Grayscale: #343434. Windows color (decimal): -9890731 or 5575785. OLE color: 5575785.

HSL color Cylindrical-coordinate representation of color #691455: hue angle of 314.12º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #691455 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 85 -
CMYK 0 0.81 0.19 0.59
HSL 314.12º 0.68% 0.25% -
HSV(B) 314.12º 0.81% 0.41% -
XYZ 7.72 4.16 8.99 -
YUV 52.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 105 20 85 0 0.81 0.19 0.59 314.12 0.68 0.25
Hex 69 14 55 0 51 13 3B 13A 44 19
Octal 151 24 125 0 121 23 73 472 104 31
Binary 1101001 10100 1010101 0 1010001 10011 111011 100111010 1000100 11001

Color Harmonies of #691455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691455

Black with #691455

Text Example


Text Example

White with #691455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691455; }

 p { color: rgb(105,20,85); }

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

background-color css

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

 a { background-color: rgb(105,20,85); }

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

border-color css

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

 span { border-color: rgb(105,20,85); }

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