Html Css Color HEX #690869 Purple

📋 copy color: '#690869'

red 105 ◦ green 8 ◦ blue 105

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

Shades of Purple #690869

Tints of Purple #690869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

 BLUE value IS 105 (41.41% from 255) = 48.17%

R = 48.17%
G = 3.67%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#690869 (or 0x690869) is known color: Purple. HEX triplet: 69, 08 and 69. RGB value is (105,8,105). Sum of RGB (Red+Green+Blue) = 105+8+105=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #690869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690869 is #96F796. Grayscale: #2F2F2F. Windows color (decimal): -9893783 or 6883433. OLE color: 6883433.

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

Color convert

RGB 105 8 105 -
CMYK 0 0.92 0 0.59
HSL 300º 0.86% 0.22% -
HSV(B) 300º 0.92% 0.41% -
XYZ 8.46 4.2 13.73 -
YUV 48.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 105 8 105 0 0.92 0 0.59 300 0.86 0.22
Hex 69 8 69 0 5C 0 3B 12C 56 16
Octal 151 10 151 0 134 0 73 454 126 26
Binary 1101001 1000 1101001 0 1011100 0 111011 100101100 1010110 10110

Color Harmonies of #690869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690869

Black with #690869

Text Example


Text Example

White with #690869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690869; }

 p { color: rgb(105,8,105); }

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

background-color css

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

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

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

border-color css

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

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

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