#6D35C7

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

Shades of Purple Heart #6D35C7

Tints of Purple Heart #6D35C7

Color information

#6D35C7 (or 0x6D35C7) is unknown color: approx Purple Heart. HEX triplet: 6D, 35 and C7. RGB value is (109,53,199). Sum of RGB (Red+Green+Blue) = 109+53+199=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 199 (78.12% from 255 or 55.12% from 361); Max value from RGB is 199 - color contains mainly: blue. Hex color #6D35C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D35C7 is #92CA38. Grayscale: #555555. Windows color (decimal): -9620025 or 13055341. OLE color: 13055341.

HSL color Cylindrical-coordinate representation of color #6D35C7: hue angle of 263.01º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D35C7 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10953199-
CMYK0.450.7300.22
HSL263.01º57.94%49.41%-
HSV(B)263.01º73.37%78.04%-
XYZ17.899.9255-
YUV86.39191.55144.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.19%
GREEN value IS 53 (21.09% from 255) = 14.68%
BLUE value IS 199 (78.12% from 255) = 55.12%
R=30.19%
G=14.68%
B=55.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal109531990.450.7300.22263.0157.9449.41
Hex6D35C72D490161073a31
Octal15565307551110264077261
Binary1101101110101110001111011011001001010110100000111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D35C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D35C7; }

 p { color: rgb(109,53,199); }

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

<style>
 a { background-color: #6D35C7; }

 a { background-color: rgb(109,53,199); }

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

<style>
 span { border-color: #6D35C7; }

 span { border-color: rgb(109,53,199); }

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