#6907B0

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

Shades of Purple Heart #6907B0

Tints of Purple Heart #6907B0

Color information

#6907B0 (or 0x6907B0) is unknown color: approx Purple Heart. HEX triplet: 69, 07 and B0. RGB value is (105,7,176). Sum of RGB (Red+Green+Blue) = 105+7+176=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #6907B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6907B0 is #96F84F. Grayscale: #363636. Windows color (decimal): -9893968 or 11536233. OLE color: 11536233.

HSL color Cylindrical-coordinate representation of color #6907B0: hue angle of 274.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6907B0 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1057176-
CMYK0.400.9600.31
HSL274.79º92.35%35.88%-
HSV(B)274.79º96.02%69.02%-
XYZ13.746.2941.56-
YUV55.57195.97163.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 7 (3.12% from 255) = 2.43%
BLUE value IS 176 (69.14% from 255) = 61.11%
R=36.46%
G=2.43%
B=61.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10571760.400.9600.31274.7992.3535.88
Hex697B0286001F1135c24
Octal15172605014003742313444
Binary11010011111011000010100011000000111111000100111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6907B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6907B0; }

 p { color: rgb(105,7,176); }

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

<style>
 a { background-color: #6907B0; }

 a { background-color: rgb(105,7,176); }

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

<style>
 span { border-color: #6907B0; }

 span { border-color: rgb(105,7,176); }

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