#6838C6

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

Shades of Purple Heart #6838C6

Tints of Purple Heart #6838C6

Color information

#6838C6 (or 0x6838C6) is unknown color: approx Purple Heart. HEX triplet: 68, 38 and C6. RGB value is (104,56,198). Sum of RGB (Red+Green+Blue) = 104+56+198=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #6838C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6838C6 is #97C739. Grayscale: #565656. Windows color (decimal): -9946938 or 12990568. OLE color: 12990568.

HSL color Cylindrical-coordinate representation of color #6838C6: hue angle of 260.28º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6838C6 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10456198-
CMYK0.470.7200.22
HSL260.28º55.91%49.8%-
HSV(B)260.28º71.72%77.65%-
XYZ17.329.8554.41-
YUV86.54190.9140.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 198 (77.73% from 255) = 55.31%
R=29.05%
G=15.64%
B=55.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal104561980.470.7200.22260.2855.9149.8
Hex6838C62F480161043832
Octal15070306571100264047062
Binary1101000111000110001101011111001000010110100000100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6838C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,56,198); }

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

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

 a { background-color: rgb(104,56,198); }

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

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

 span { border-color: rgb(104,56,198); }

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