Html Css Color HEX #690A5B Palatinate Purple

📋 copy color: '#690A5B'

red 105 ◦ green 10 ◦ blue 91

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

Shades of Palatinate Purple #690A5B

Tints of Palatinate Purple #690A5B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.85%

 BLUE value IS 91 (35.94% from 255) = 44.17%

R = 50.97%
G = 4.85%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#690A5B (or 0x690A5B) is known color: Palatinate Purple. HEX triplet: 69, 0A and 5B. RGB value is (105,10,91). Sum of RGB (Red+Green+Blue) = 105+10+91=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #690A5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A5B is #96F5A4. Grayscale: #2F2F2F. Windows color (decimal): -9893285 or 5966441. OLE color: 5966441.

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

Color convert

RGB 105 10 91 -
CMYK 0 0.90 0.13 0.59
HSL 308.84º 0.83% 0.23% -
HSV(B) 308.84º 0.9% 0.41% -
XYZ 7.82 3.98 10.25 -
YUV 47.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 105 10 91 0 0.90 0.13 0.59 308.84 0.83 0.23
Hex 69 A 5B 0 5A D 3B 135 53 17
Octal 151 12 133 0 132 15 73 465 123 27
Binary 1101001 1010 1011011 0 1011010 1101 111011 100110101 1010011 10111

Color Harmonies of #690A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A5B

Black with #690A5B

Text Example


Text Example

White with #690A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,10,91); }

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

background-color css

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

 a { background-color: rgb(105,10,91); }

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

border-color css

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

 span { border-color: rgb(105,10,91); }

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