#6535BC

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

Shades of Purple Heart #6535BC

Tints of Purple Heart #6535BC

Color information

#6535BC (or 0x6535BC) is unknown color: approx Purple Heart. HEX triplet: 65, 35 and BC. RGB value is (101,53,188). Sum of RGB (Red+Green+Blue) = 101+53+188=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #6535BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6535BC is #9ACA43. Grayscale: #525252. Windows color (decimal): -10144324 or 12334437. OLE color: 12334437.

HSL color Cylindrical-coordinate representation of color #6535BC: hue angle of 261.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6535BC is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10153188-
CMYK0.460.7200.26
HSL261.33º56.02%47.25%-
HSV(B)261.33º71.81%73.73%-
XYZ15.728.9448.47-
YUV82.74187.4141.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.53%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 188 (73.83% from 255) = 54.97%
R=29.53%
G=15.50%
B=54.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101531880.460.7200.26261.3356.0247.25
Hex6535BC2E4801A105382f
Octal14565274561100324057057
Binary1100101110101101111001011101001000011010100000101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6535BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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