#6725C6

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

Shades of Purple Heart #6725C6

Tints of Purple Heart #6725C6

Color information

#6725C6 (or 0x6725C6) is unknown color: approx Purple Heart. HEX triplet: 67, 25 and C6. RGB value is (103,37,198). Sum of RGB (Red+Green+Blue) = 103+37+198=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #6725C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725C6 is #98DA39. Grayscale: #4A4A4A. Windows color (decimal): -10017338 or 12985703. OLE color: 12985703.

HSL color Cylindrical-coordinate representation of color #6725C6: hue angle of 264.6º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6725C6 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10337198-
CMYK0.480.8100.22
HSL264.6º68.51%46.08%-
HSV(B)264.6º81.31%77.65%-
XYZ16.458.2854.16-
YUV75.09197.37147.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.47%
GREEN value IS 37 (14.84% from 255) = 10.95%
BLUE value IS 198 (77.73% from 255) = 58.58%
R=30.47%
G=10.95%
B=58.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal103371980.480.8100.22264.668.5146.08
Hex6725C63051016109452e
Octal147453066012102641110556
Binary11001111001011100011011000010100010101101000010011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6725C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6725C6; }

 p { color: rgb(103,37,198); }

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

<style>
 a { background-color: #6725C6; }

 a { background-color: rgb(103,37,198); }

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

<style>
 span { border-color: #6725C6; }

 span { border-color: rgb(103,37,198); }

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