#6535B3

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

Shades of Purple Heart #6535B3

Tints of Purple Heart #6535B3

Color information

#6535B3 (or 0x6535B3) is unknown color: approx Purple Heart. HEX triplet: 65, 35 and B3. RGB value is (101,53,179). Sum of RGB (Red+Green+Blue) = 101+53+179=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #6535B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6535B3 is #9ACA4C. Grayscale: #515151. Windows color (decimal): -10144333 or 11744613. OLE color: 11744613.

HSL color Cylindrical-coordinate representation of color #6535B3: hue angle of 262.86º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6535B3 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10153179-
CMYK0.440.7000.30
HSL262.86º54.31%45.49%-
HSV(B)262.86º70.39%70.2%-
XYZ14.788.5743.52-
YUV81.72182.9141.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.33%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 179 (70.31% from 255) = 53.75%
R=30.33%
G=15.92%
B=53.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101531790.440.7000.30262.8654.3145.49
Hex6535B32C4601E107362d
Octal14565263541060364076655
Binary1100101110101101100111011001000110011110100000111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6535B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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