#6900BF

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

Shades of Purple Heart #6900BF

Tints of Purple Heart #6900BF

Color information

#6900BF (or 0x6900BF) is unknown color: approx Purple Heart. HEX triplet: 69, 00 and BF. RGB value is (105,0,191). Sum of RGB (Red+Green+Blue) = 105+0+191=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #6900BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900BF is #96FF40. Grayscale: #343434. Windows color (decimal): -9895745 or 12517481. OLE color: 12517481.

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

Color convert

RGB1050191-
CMYK0.45100.25
HSL272.98º100%37.45%-
HSV(B)272.98º100%74.9%-
XYZ15.236.7649.79-
YUV53.17205.79164.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 64.53%
R=35.47%
G=0%
B=64.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10501910.45100.25272.9810037.45
Hex690BF2D640191116425
Octal15102775514403142114445
Binary110100101011111110110111001000110011000100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6900BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6900BF; }

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

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

<style>
 a { background-color: #6900BF; }

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

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

<style>
 span { border-color: #6900BF; }

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

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