#6523d6

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

Shades of Purple Heart #6523D6

Tints of Purple Heart #6523D6

Color information

#6523D6 (or 0x6523D6) is unknown color: approx Purple Heart. HEX triplet: 65, 23 and D6. RGB value is (101,35,214). Sum of RGB (Red+Green+Blue) = 101+35+214=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #6523D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6523D6 is #9ADC29. Grayscale: #4A4A4A. Windows color (decimal): -10148906 or 14033765. OLE color: 14033765.

HSL color Cylindrical-coordinate representation of color #6523D6: hue angle of 262.12º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6523D6 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10135214-
CMYK0.530.8400.16
HSL262.12º71.89%48.82%-
HSV(B)262.12º83.64%83.92%-
XYZ18.118.8264.37-
YUV75.14206.37146.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.86%
GREEN value IS 35 (14.06% from 255) = 10%
BLUE value IS 214 (83.98% from 255) = 61.14%
R=28.86%
G=10%
B=61.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101352140.530.8400.16262.1271.8948.82
Hex6523D635540101064831
Octal145433266512402040611061
Binary11001011000111101011011010110101000100001000001101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6523d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6523d6; }

 p { color: rgb(101,35,214); }

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

<style>
 a { background-color: #6523d6; }

 a { background-color: rgb(101,35,214); }

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

<style>
 span { border-color: #6523d6; }

 span { border-color: rgb(101,35,214); }

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