#6535C3

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

Shades of Purple Heart #6535C3

Tints of Purple Heart #6535C3

Color information

#6535C3 (or 0x6535C3) is unknown color: approx Purple Heart. HEX triplet: 65, 35 and C3. RGB value is (101,53,195). Sum of RGB (Red+Green+Blue) = 101+53+195=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 195 (76.56% from 255 or 55.87% from 349); Max value from RGB is 195 - color contains mainly: blue. Hex color #6535C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6535C3 is #9ACA3C. Grayscale: #535353. Windows color (decimal): -10144317 or 12793189. OLE color: 12793189.

HSL color Cylindrical-coordinate representation of color #6535C3: hue angle of 260.28º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6535C3 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10153195-
CMYK0.480.7300.24
HSL260.28º57.26%48.63%-
HSV(B)260.28º72.82%76.47%-
XYZ16.499.2552.55-
YUV83.54190.9140.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.94%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 195 (76.56% from 255) = 55.87%
R=28.94%
G=15.19%
B=55.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101531950.480.7300.24260.2857.2648.63
Hex6535C330490181043931
Octal14565303601110304047161
Binary1100101110101110000111100001001001011000100000100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6535C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6535C3; }

 p { color: rgb(101,53,195); }

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

<style>
 a { background-color: #6535C3; }

 a { background-color: rgb(101,53,195); }

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

<style>
 span { border-color: #6535C3; }

 span { border-color: rgb(101,53,195); }

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