#6b28af

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

Shades of Purple Heart #6B28AF

Tints of Purple Heart #6B28AF

Color information

#6B28AF (or 0x6B28AF) is unknown color: approx Purple Heart. HEX triplet: 6B, 28 and AF. RGB value is (107,40,175). Sum of RGB (Red+Green+Blue) = 107+40+175=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B28AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B28AF is #94D750. Grayscale: #4A4A4A. Windows color (decimal): -9754449 or 11479147. OLE color: 11479147.

HSL color Cylindrical-coordinate representation of color #6B28AF: hue angle of 269.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B28AF is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10740175-
CMYK0.390.7700.31
HSL269.78º62.79%42.16%-
HSV(B)269.78º77.14%68.63%-
XYZ14.567.7441.28-
YUV75.42184.2150.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.23%
GREEN value IS 40 (16.02% from 255) = 12.42%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=33.23%
G=12.42%
B=54.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107401750.390.7700.31269.7862.7942.16
Hex6B28AF274D01F10e3f2a
Octal15350257471150374167752
Binary1101011101000101011111001111001101011111100001110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b28af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,40,175); }

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

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

 a { background-color: rgb(107,40,175); }

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

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

 span { border-color: rgb(107,40,175); }

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