Html Css Color HEX #690B5F Palatinate Purple

📋 copy color: '#690B5F'

red 105 ◦ green 11 ◦ blue 95

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

Shades of Palatinate Purple #690B5F

Tints of Palatinate Purple #690B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 49.76%
G = 5.21%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#690B5F (or 0x690B5F) is known color: Palatinate Purple. HEX triplet: 69, 0B and 5F. RGB value is (105,11,95). Sum of RGB (Red+Green+Blue) = 105+11+95=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #690B5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B5F is #96F4A0. Grayscale: #303030. Windows color (decimal): -9893025 or 6228841. OLE color: 6228841.

HSL color Cylindrical-coordinate representation of color #690B5F: hue angle of 306.38º 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 #690B5F is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 95 -
CMYK 0 0.90 0.10 0.59
HSL 306.38º 0.81% 0.23% -
HSV(B) 306.38º 0.9% 0.41% -
XYZ 8.01 4.07 11.19 -
YUV 48.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 105 11 95 0 0.90 0.10 0.59 306.38 0.81 0.23
Hex 69 B 5F 0 5A A 3B 132 51 17
Octal 151 13 137 0 132 12 73 462 121 27
Binary 1101001 1011 1011111 0 1011010 1010 111011 100110010 1010001 10111

Color Harmonies of #690B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B5F

Black with #690B5F

Text Example


Text Example

White with #690B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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