Html Css Color HEX #690F5E Palatinate Purple

📋 copy color: '#690F5E'

red 105 ◦ green 15 ◦ blue 94

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

Shades of Palatinate Purple #690F5E

Tints of Palatinate Purple #690F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.01%

 BLUE value IS 94 (37.11% from 255) = 43.93%

R = 49.07%
G = 7.01%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#690F5E (or 0x690F5E) is known color: Palatinate Purple. HEX triplet: 69, 0F and 5E. RGB value is (105,15,94). Sum of RGB (Red+Green+Blue) = 105+15+94=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #690F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F5E is #96F0A1. Grayscale: #323232. Windows color (decimal): -9892002 or 6164329. OLE color: 6164329.

HSL color Cylindrical-coordinate representation of color #690F5E: hue angle of 307.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F5E is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 15 94 -
CMYK 0 0.86 0.10 0.59
HSL 307.33º 0.75% 0.24% -
HSV(B) 307.33º 0.86% 0.41% -
XYZ 8.02 4.15 10.97 -
YUV 50.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 105 15 94 0 0.86 0.10 0.59 307.33 0.75 0.24
Hex 69 F 5E 0 56 A 3B 133 4B 18
Octal 151 17 136 0 126 12 73 463 113 30
Binary 1101001 1111 1011110 0 1010110 1010 111011 100110011 1001011 11000

Color Harmonies of #690F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F5E

Black with #690F5E

Text Example


Text Example

White with #690F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,15,94); }

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

background-color css

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

 a { background-color: rgb(105,15,94); }

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

border-color css

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

 span { border-color: rgb(105,15,94); }

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