Html Css Color HEX #690AAD Purple Heart

📋 copy color: '#690AAD'

red 105 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #690AAD

Tints of Purple Heart #690AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.47%

 BLUE value IS 173 (67.97% from 255) = 60.07%

R = 36.46%
G = 3.47%
B = 60.07%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#690AAD (or 0x690AAD) is known color: Purple Heart. HEX triplet: 69, 0A and AD. RGB value is (105,10,173). Sum of RGB (Red+Green+Blue) = 105+10+173=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #690AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690AAD is #96F552. Grayscale: #383838. Windows color (decimal): -9893203 or 11340393. OLE color: 11340393.

HSL color Cylindrical-coordinate representation of color #690AAD: hue angle of 274.97º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690AAD is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 10 173 -
CMYK 0.39 0.94 0 0.32
HSL 274.97º 0.89% 0.36% -
HSV(B) 274.97º 0.94% 0.68% -
XYZ 13.48 6.24 40.03 -
YUV 56.99 193.47 162.25 -
System Red Green Blue C M Y K H S L
Decimal 105 10 173 0.39 0.94 0 0.32 274.97 0.89 0.36
Hex 69 A AD 27 5E 0 20 113 59 24
Octal 151 12 255 47 136 0 40 423 131 44
Binary 1101001 1010 10101101 100111 1011110 0 100000 100010011 1011001 100100

Color Harmonies of #690AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690AAD

Black with #690AAD

Text Example


Text Example

White with #690AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690AAD; }

 p { color: rgb(105,10,173); }

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

background-color css

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

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

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

border-color css

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

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

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