#6B04B7

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

Shades of Purple Heart #6B04B7

Tints of Purple Heart #6B04B7

Color information

#6B04B7 (or 0x6B04B7) is unknown color: approx Purple Heart. HEX triplet: 6B, 04 and B7. RGB value is (107,4,183). Sum of RGB (Red+Green+Blue) = 107+4+183=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #6B04B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B04B7 is #94FB48. Grayscale: #363636. Windows color (decimal): -9763657 or 11994219. OLE color: 11994219.

HSL color Cylindrical-coordinate representation of color #6B04B7: hue angle of 274.53º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B04B7 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1074183-
CMYK0.420.9800.28
HSL274.53º95.72%36.67%-
HSV(B)274.53º97.81%71.76%-
XYZ14.656.6345.31-
YUV55.2200.12164.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.39%
GREEN value IS 4 (1.95% from 255) = 1.36%
BLUE value IS 183 (71.88% from 255) = 62.24%
R=36.39%
G=1.36%
B=62.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10741830.420.9800.28274.5395.7236.67
Hex6B4B72A6201C1136025
Octal15342675214203442314045
Binary11010111001011011110101011000100111001000100111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B04B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,4,183); }

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

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

 a { background-color: rgb(107,4,183); }

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

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

 span { border-color: rgb(107,4,183); }

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