Html Css Color HEX #690B5C Palatinate Purple

📋 copy color: '#690B5C'

red 105 ◦ green 11 ◦ blue 92

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

Shades of Palatinate Purple #690B5C

Tints of Palatinate Purple #690B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.23%

R = 50.48%
G = 5.29%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#690B5C (or 0x690B5C) is known color: Palatinate Purple. HEX triplet: 69, 0B and 5C. RGB value is (105,11,92). Sum of RGB (Red+Green+Blue) = 105+11+92=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #690B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B5C is #96F4A3. Grayscale: #303030. Windows color (decimal): -9893028 or 6032233. OLE color: 6032233.

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

Color convert

RGB 105 11 92 -
CMYK 0 0.90 0.12 0.59
HSL 308.3º 0.81% 0.23% -
HSV(B) 308.3º 0.9% 0.41% -
XYZ 7.88 4.02 10.49 -
YUV 48.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 105 11 92 0 0.90 0.12 0.59 308.3 0.81 0.23
Hex 69 B 5C 0 5A C 3B 134 51 17
Octal 151 13 134 0 132 14 73 464 121 27
Binary 1101001 1011 1011100 0 1011010 1100 111011 100110100 1010001 10111

Color Harmonies of #690B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B5C

Black with #690B5C

Text Example


Text Example

White with #690B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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