Html Css Color HEX #690B5D Palatinate Purple

📋 copy color: '#690B5D'

red 105 ◦ green 11 ◦ blue 93

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

Shades of Palatinate Purple #690B5D

Tints of Palatinate Purple #690B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.26%

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 50.24%
G = 5.26%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#690B5D (or 0x690B5D) is known color: Palatinate Purple. HEX triplet: 69, 0B and 5D. RGB value is (105,11,93). Sum of RGB (Red+Green+Blue) = 105+11+93=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #690B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B5D is #96F4A2. Grayscale: #303030. Windows color (decimal): -9893027 or 6097769. OLE color: 6097769.

HSL color Cylindrical-coordinate representation of color #690B5D: hue angle of 307.66º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B5D is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 93 -
CMYK 0 0.90 0.11 0.59
HSL 307.66º 0.81% 0.23% -
HSV(B) 307.66º 0.9% 0.41% -
XYZ 7.92 4.03 10.72 -
YUV 48.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 105 11 93 0 0.90 0.11 0.59 307.66 0.81 0.23
Hex 69 B 5D 0 5A B 3B 134 51 17
Octal 151 13 135 0 132 13 73 464 121 27
Binary 1101001 1011 1011101 0 1011010 1011 111011 100110100 1010001 10111

Color Harmonies of #690B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B5D

Black with #690B5D

Text Example


Text Example

White with #690B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690B5D; }

 p { color: rgb(105,11,93); }

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

background-color css

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

 a { background-color: rgb(105,11,93); }

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

border-color css

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

 span { border-color: rgb(105,11,93); }

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