#692ABA

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

Shades of Purple Heart #692ABA

Tints of Purple Heart #692ABA

Color information

#692ABA (or 0x692ABA) is unknown color: approx Purple Heart. HEX triplet: 69, 2A and BA. RGB value is (105,42,186). Sum of RGB (Red+Green+Blue) = 105+42+186=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #692ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692ABA is #96D545. Grayscale: #4C4C4C. Windows color (decimal): -9884998 or 12200553. OLE color: 12200553.

HSL color Cylindrical-coordinate representation of color #692ABA: hue angle of 266.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #692ABA is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10542186-
CMYK0.440.7700.27
HSL266.25º63.16%44.71%-
HSV(B)266.25º77.42%72.94%-
XYZ15.528.247.22-
YUV77.25189.37147.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 42 (16.80% from 255) = 12.61%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=31.53%
G=12.61%
B=55.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105421860.440.7700.27266.2563.1644.71
Hex692ABA2C4D01B10a3f2d
Octal15152272541150334127755
Binary1101001101010101110101011001001101011011100001010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,42,186); }

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

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

 a { background-color: rgb(105,42,186); }

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

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

 span { border-color: rgb(105,42,186); }

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