Html Css Color HEX #690784 Purple

📋 copy color: '#690784'

red 105 ◦ green 7 ◦ blue 132

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

Shades of Purple #690784

Tints of Purple #690784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

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

R = 43.03%
G = 2.87%
B = 54.1%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#690784 (or 0x690784) is known color: Purple. HEX triplet: 69, 07 and 84. RGB value is (105,7,132). Sum of RGB (Red+Green+Blue) = 105+7+132=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #690784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690784 is #96F87B. Grayscale: #323232. Windows color (decimal): -9894012 or 8652649. OLE color: 8652649.

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

Color convert

RGB 105 7 132 -
CMYK 0.20 0.95 0 0.48
HSL 287.04º 0.9% 0.27% -
HSV(B) 287.04º 0.95% 0.52% -
XYZ 10.07 4.82 22.23 -
YUV 50.55 173.97 166.84 -
System Red Green Blue C M Y K H S L
Decimal 105 7 132 0.20 0.95 0 0.48 287.04 0.9 0.27
Hex 69 7 84 14 5F 0 30 11F 5A 1B
Octal 151 7 204 24 137 0 60 437 132 33
Binary 1101001 111 10000100 10100 1011111 0 110000 100011111 1011010 11011

Color Harmonies of #690784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690784

Black with #690784

Text Example


Text Example

White with #690784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690784; }

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

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

background-color css

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

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

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

border-color css

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

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

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