#692ABE

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

Shades of Purple Heart #692ABE

Tints of Purple Heart #692ABE

Color information

#692ABE (or 0x692ABE) is unknown color: approx Purple Heart. HEX triplet: 69, 2A and BE. RGB value is (105,42,190). Sum of RGB (Red+Green+Blue) = 105+42+190=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #692ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692ABE is #96D541. Grayscale: #4D4D4D. Windows color (decimal): -9884994 or 12462697. OLE color: 12462697.

HSL color Cylindrical-coordinate representation of color #692ABE: hue angle of 265.54º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #692ABE is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10542190-
CMYK0.450.7800.25
HSL265.54º63.79%45.49%-
HSV(B)265.54º77.89%74.51%-
XYZ15.958.3849.49-
YUV77.71191.37147.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 42 (16.80% from 255) = 12.46%
BLUE value IS 190 (74.61% from 255) = 56.38%
R=31.16%
G=12.46%
B=56.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105421900.450.7800.25265.5463.7945.49
Hex692ABE2D4E01910a402d
Octal151522765511603141210055
Binary11010011010101011111010110110011100110011000010101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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