Html Css Color HEX #690F5F Palatinate Purple

📋 copy color: '#690F5F'

red 105 ◦ green 15 ◦ blue 95

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

Shades of Palatinate Purple #690F5F

Tints of Palatinate Purple #690F5F

RGB

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

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

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

R = 48.84%
G = 6.98%
B = 44.19%

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

#690F5F (or 0x690F5F) is known color: Palatinate Purple. HEX triplet: 69, 0F and 5F. RGB value is (105,15,95). Sum of RGB (Red+Green+Blue) = 105+15+95=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #690F5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F5F is #96F0A0. Grayscale: #323232. Windows color (decimal): -9892001 or 6229865. OLE color: 6229865.

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

Color convert

RGB 105 15 95 -
CMYK 0 0.86 0.10 0.59
HSL 306.67º 0.75% 0.24% -
HSV(B) 306.67º 0.86% 0.41% -
XYZ 8.06 4.17 11.21 -
YUV 51.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 105 15 95 0 0.86 0.10 0.59 306.67 0.75 0.24
Hex 69 F 5F 0 56 A 3B 133 4B 18
Octal 151 17 137 0 126 12 73 463 113 30
Binary 1101001 1111 1011111 0 1010110 1010 111011 100110011 1001011 11000

Color Harmonies of #690F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F5F

Black with #690F5F

Text Example


Text Example

White with #690F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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