#6729CB

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

Shades of Purple Heart #6729CB

Tints of Purple Heart #6729CB

Color information

#6729CB (or 0x6729CB) is unknown color: approx Purple Heart. HEX triplet: 67, 29 and CB. RGB value is (103,41,203). Sum of RGB (Red+Green+Blue) = 103+41+203=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #6729CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6729CB is #98D634. Grayscale: #4D4D4D. Windows color (decimal): -10016309 or 13314407. OLE color: 13314407.

HSL color Cylindrical-coordinate representation of color #6729CB: hue angle of 262.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6729CB is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10341203-
CMYK0.490.8000.20
HSL262.96º66.39%47.84%-
HSV(B)262.96º79.8%79.61%-
XYZ17.178.7857.29-
YUV78.01198.54145.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.68%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 203 (79.69% from 255) = 58.50%
R=29.68%
G=11.82%
B=58.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal103412030.490.8000.20262.9666.3947.84
Hex6729CB31500141074230
Octal147513136112002440710260
Binary11001111010011100101111000110100000101001000001111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6729CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6729CB; }

 p { color: rgb(103,41,203); }

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

<style>
 a { background-color: #6729CB; }

 a { background-color: rgb(103,41,203); }

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

<style>
 span { border-color: #6729CB; }

 span { border-color: rgb(103,41,203); }

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