#692ABF

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

Shades of Purple Heart #692ABF

Tints of Purple Heart #692ABF

Color information

#692ABF (or 0x692ABF) is unknown color: approx Purple Heart. HEX triplet: 69, 2A and BF. RGB value is (105,42,191). Sum of RGB (Red+Green+Blue) = 105+42+191=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #692ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692ABF is #96D540. Grayscale: #4D4D4D. Windows color (decimal): -9884993 or 12528233. OLE color: 12528233.

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

Color convert

RGB10542191-
CMYK0.450.7800.25
HSL265.37º63.95%45.69%-
HSV(B)265.37º78.01%74.9%-
XYZ16.068.4250.07-
YUV77.82191.87147.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 42 (16.80% from 255) = 12.43%
BLUE value IS 191 (75% from 255) = 56.51%
R=31.07%
G=12.43%
B=56.51%

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
Decimal105421910.450.7800.25265.3763.9545.69
Hex692ABF2D4E019109402e
Octal151522775511603141110056
Binary11010011010101011111110110110011100110011000010011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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