#6727AF

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

Shades of Purple Heart #6727AF

Tints of Purple Heart #6727AF

Color information

#6727AF (or 0x6727AF) is unknown color: approx Purple Heart. HEX triplet: 67, 27 and AF. RGB value is (103,39,175). Sum of RGB (Red+Green+Blue) = 103+39+175=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #6727AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6727AF is #98D850. Grayscale: #494949. Windows color (decimal): -10016849 or 11478887. OLE color: 11478887.

HSL color Cylindrical-coordinate representation of color #6727AF: hue angle of 268.24º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6727AF is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10339175-
CMYK0.410.7800.31
HSL268.24º63.55%41.96%-
HSV(B)268.24º77.71%68.63%-
XYZ14.067.4341.25-
YUV73.64185.2148.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.49%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 175 (68.75% from 255) = 55.21%
R=32.49%
G=12.30%
B=55.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal103391750.410.7800.31268.2463.5541.96
Hex6727AF294E01F10c402a
Octal147472575111603741410052
Binary11001111001111010111110100110011100111111000011001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6727AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6727AF; }

 p { color: rgb(103,39,175); }

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

<style>
 a { background-color: #6727AF; }

 a { background-color: rgb(103,39,175); }

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

<style>
 span { border-color: #6727AF; }

 span { border-color: rgb(103,39,175); }

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