#6835CE

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

Shades of Purple Heart #6835CE

Tints of Purple Heart #6835CE

Color information

#6835CE (or 0x6835CE) is unknown color: approx Purple Heart. HEX triplet: 68, 35 and CE. RGB value is (104,53,206). Sum of RGB (Red+Green+Blue) = 104+53+206=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #6835CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6835CE is #97CA31. Grayscale: #555555. Windows color (decimal): -9947698 or 13514088. OLE color: 13514088.

HSL color Cylindrical-coordinate representation of color #6835CE: hue angle of 260º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6835CE is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10453206-
CMYK0.500.7400.19
HSL260º60.96%50.78%-
HSV(B)260º74.27%80.78%-
XYZ18.129.9559.36-
YUV85.69195.9141.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 206 (80.86% from 255) = 56.75%
R=28.65%
G=14.60%
B=56.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal104532060.500.7400.1926060.9650.78
Hex6835CE324A0131043d33
Octal15065316621120234047563
Binary1101000110101110011101100101001010010011100000100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6835CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6835CE; }

 p { color: rgb(104,53,206); }

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

<style>
 a { background-color: #6835CE; }

 a { background-color: rgb(104,53,206); }

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

<style>
 span { border-color: #6835CE; }

 span { border-color: rgb(104,53,206); }

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