#6535BF

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

Shades of Purple Heart #6535BF

Tints of Purple Heart #6535BF

Color information

#6535BF (or 0x6535BF) is unknown color: approx Purple Heart. HEX triplet: 65, 35 and BF. RGB value is (101,53,191). Sum of RGB (Red+Green+Blue) = 101+53+191=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #6535BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6535BF is #9ACA40. Grayscale: #525252. Windows color (decimal): -10144321 or 12531045. OLE color: 12531045.

HSL color Cylindrical-coordinate representation of color #6535BF: hue angle of 260.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6535BF is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10153191-
CMYK0.470.7200.25
HSL260.87º56.56%47.84%-
HSV(B)260.87º72.25%74.9%-
XYZ16.049.0750.2-
YUV83.08188.9140.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.28%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 191 (75% from 255) = 55.36%
R=29.28%
G=15.36%
B=55.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101531910.470.7200.25260.8756.5647.84
Hex6535BF2F480191053930
Octal14565277571100314057160
Binary1100101110101101111111011111001000011001100000101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6535BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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