#692BAE

Color #692BAE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #692BAE

Tints of Purple Heart #692BAE

Color information

#692BAE (or 0x692BAE) is unknown color: approx Purple Heart. HEX triplet: 69, 2B and AE. RGB value is (105,43,174). Sum of RGB (Red+Green+Blue) = 105+43+174=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #692BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692BAE is #96D451. Grayscale: #4C4C4C. Windows color (decimal): -9884754 or 11414377. OLE color: 11414377.

HSL color Cylindrical-coordinate representation of color #692BAE: hue angle of 268.4º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #692BAE is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10543174-
CMYK0.400.7500.32
HSL268.4º60.37%42.55%-
HSV(B)268.4º75.29%68.24%-
XYZ14.337.7940.79-
YUV76.47183.04148.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 43 (17.19% from 255) = 13.35%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=32.61%
G=13.35%
B=54.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105431740.400.7500.32268.460.3742.55
Hex692BAE284B02010c3c2b
Octal15153256501130404147453
Binary11010011010111010111010100010010110100000100001100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692BAE; }

 p { color: rgb(105,43,174); }

 H1.HeaderClassName
 {
   color: #692BAE;
 }
 .AnyTagClassName
 {
   color: #692BAE;
 }
</style>
background-color css

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

 a { background-color: rgb(105,43,174); }

 div.DivClassName
 {
   background-color: #692BAE;
 }
 .BgClassName
 {
   background-color: #692BAE;
 }
</style>
border-color css

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

 span { border-color: rgb(105,43,174); }

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