Html Css Color HEX #690868 Purple

📋 copy color: '#690868'

red 105 ◦ green 8 ◦ blue 104

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

Shades of Purple #690868

Tints of Purple #690868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.93%

R = 48.39%
G = 3.69%
B = 47.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#690868 (or 0x690868) is known color: Purple. HEX triplet: 69, 08 and 68. RGB value is (105,8,104). Sum of RGB (Red+Green+Blue) = 105+8+104=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #690868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690868 is #96F797. Grayscale: #2F2F2F. Windows color (decimal): -9893784 or 6817897. OLE color: 6817897.

HSL color Cylindrical-coordinate representation of color #690868: hue angle of 300.62º 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 #690868 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 8 104 -
CMYK 0 0.92 0.01 0.59
HSL 300.62º 0.86% 0.22% -
HSV(B) 300.62º 0.92% 0.41% -
XYZ 8.41 4.18 13.46 -
YUV 47.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 105 8 104 0 0.92 0.01 0.59 300.62 0.86 0.22
Hex 69 8 68 0 5C 1 3B 12D 56 16
Octal 151 10 150 0 134 1 73 455 126 26
Binary 1101001 1000 1101000 0 1011100 1 111011 100101101 1010110 10110

Color Harmonies of #690868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690868

Black with #690868

Text Example


Text Example

White with #690868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690868; }

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

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

background-color css

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

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

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

border-color css

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

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

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