Html Css Color HEX #690884 Purple

📋 copy color: '#690884'

red 105 ◦ green 8 ◦ blue 132

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

Shades of Purple #690884

Tints of Purple #690884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.88%

R = 42.86%
G = 3.27%
B = 53.88%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#690884 (or 0x690884) is known color: Purple. HEX triplet: 69, 08 and 84. RGB value is (105,8,132). Sum of RGB (Red+Green+Blue) = 105+8+132=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #690884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690884 is #96F77B. Grayscale: #323232. Windows color (decimal): -9893756 or 8652905. OLE color: 8652905.

HSL color Cylindrical-coordinate representation of color #690884: hue angle of 286.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690884 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 8 132 -
CMYK 0.20 0.94 0 0.48
HSL 286.94º 0.89% 0.27% -
HSV(B) 286.94º 0.94% 0.52% -
XYZ 10.08 4.84 22.23 -
YUV 51.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 105 8 132 0.20 0.94 0 0.48 286.94 0.89 0.27
Hex 69 8 84 14 5E 0 30 11F 59 1B
Octal 151 10 204 24 136 0 60 437 131 33
Binary 1101001 1000 10000100 10100 1011110 0 110000 100011111 1011001 11011

Color Harmonies of #690884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690884

Black with #690884

Text Example


Text Example

White with #690884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690884; }

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

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

background-color css

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

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

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

border-color css

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

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

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