#6B07AD

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

Shades of Purple Heart #6B07AD

Tints of Purple Heart #6B07AD

Color information

#6B07AD (or 0x6B07AD) is unknown color: approx Purple Heart. HEX triplet: 6B, 07 and AD. RGB value is (107,7,173). Sum of RGB (Red+Green+Blue) = 107+7+173=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B07AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B07AD is #94F852. Grayscale: #373737. Windows color (decimal): -9762899 or 11339627. OLE color: 11339627.

HSL color Cylindrical-coordinate representation of color #6B07AD: hue angle of 276.14º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B07AD is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1077173-
CMYK0.380.9600.32
HSL276.14º92.22%35.29%-
HSV(B)276.14º95.95%67.84%-
XYZ13.686.2940.03-
YUV55.82194.13164.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.28%
GREEN value IS 7 (3.12% from 255) = 2.44%
BLUE value IS 173 (67.97% from 255) = 60.28%
R=37.28%
G=2.44%
B=60.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10771730.380.9600.32276.1492.2235.29
Hex6B7AD26600201145c23
Octal15372554614004042413443
Binary110101111110101101100110110000001000001000101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B07AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B07AD; }

 p { color: rgb(107,7,173); }

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

<style>
 a { background-color: #6B07AD; }

 a { background-color: rgb(107,7,173); }

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

<style>
 span { border-color: #6B07AD; }

 span { border-color: rgb(107,7,173); }

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