#6525BF

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

Shades of Purple Heart #6525BF

Tints of Purple Heart #6525BF

Color information

#6525BF (or 0x6525BF) is unknown color: approx Purple Heart. HEX triplet: 65, 25 and BF. RGB value is (101,37,191). Sum of RGB (Red+Green+Blue) = 101+37+191=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #6525BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6525BF is #9ADA40. Grayscale: #494949. Windows color (decimal): -10148417 or 12526949. OLE color: 12526949.

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

Color convert

RGB10137191-
CMYK0.470.8100.25
HSL264.94º67.54%44.71%-
HSV(B)264.94º80.63%74.9%-
XYZ15.437.8549.99-
YUV73.69194.2147.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.70%
GREEN value IS 37 (14.84% from 255) = 11.25%
BLUE value IS 191 (75% from 255) = 58.05%
R=30.70%
G=11.25%
B=58.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101371910.470.8100.25264.9467.5444.71
Hex6525BF2F51019109442d
Octal145452775712103141110455
Binary11001011001011011111110111110100010110011000010011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6525BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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