Html Css Color HEX #690774 Purple

📋 copy color: '#690774'

red 105 ◦ green 7 ◦ blue 116

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

Shades of Purple #690774

Tints of Purple #690774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.88%

R = 46.05%
G = 3.07%
B = 50.88%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#690774 (or 0x690774) is known color: Purple. HEX triplet: 69, 07 and 74. RGB value is (105,7,116). Sum of RGB (Red+Green+Blue) = 105+7+116=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #690774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690774 is #96F88B. Grayscale: #303030. Windows color (decimal): -9894028 or 7604073. OLE color: 7604073.

HSL color Cylindrical-coordinate representation of color #690774: hue angle of 293.94º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690774 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 7 116 -
CMYK 0.09 0.94 0 0.55
HSL 293.94º 0.89% 0.24% -
HSV(B) 293.94º 0.94% 0.45% -
XYZ 9.05 4.42 16.9 -
YUV 48.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 105 7 116 0.09 0.94 0 0.55 293.94 0.89 0.24
Hex 69 7 74 9 5E 0 37 126 59 18
Octal 151 7 164 11 136 0 67 446 131 30
Binary 1101001 111 1110100 1001 1011110 0 110111 100100110 1011001 11000

Color Harmonies of #690774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690774

Black with #690774

Text Example


Text Example

White with #690774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690774; }

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

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

background-color css

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

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

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

border-color css

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

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

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