Html Css Color HEX #690D67 Palatinate Purple

📋 copy color: '#690D67'

red 105 ◦ green 13 ◦ blue 103

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

Shades of Palatinate Purple #690D67

Tints of Palatinate Purple #690D67

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.88%

 BLUE value IS 103 (40.63% from 255) = 46.61%

R = 47.51%
G = 5.88%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#690D67 (or 0x690D67) is known color: Palatinate Purple. HEX triplet: 69, 0D and 67. RGB value is (105,13,103). Sum of RGB (Red+Green+Blue) = 105+13+103=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #690D67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D67 is #96F298. Grayscale: #323232. Windows color (decimal): -9892505 or 6753641. OLE color: 6753641.

HSL color Cylindrical-coordinate representation of color #690D67: hue angle of 301.3º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D67 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 13 103 -
CMYK 0 0.88 0.02 0.59
HSL 301.3º 0.78% 0.23% -
HSV(B) 301.3º 0.88% 0.41% -
XYZ 8.42 4.27 13.21 -
YUV 50.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 105 13 103 0 0.88 0.02 0.59 301.3 0.78 0.23
Hex 69 D 67 0 58 2 3B 12D 4E 17
Octal 151 15 147 0 130 2 73 455 116 27
Binary 1101001 1101 1100111 0 1011000 10 111011 100101101 1001110 10111

Color Harmonies of #690D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D67

Black with #690D67

Text Example


Text Example

White with #690D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,13,103); }

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

background-color css

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

 a { background-color: rgb(105,13,103); }

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

border-color css

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

 span { border-color: rgb(105,13,103); }

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