#6215B4

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

Shades of Purple Heart #6215B4

Tints of Purple Heart #6215B4

Color information

#6215B4 (or 0x6215B4) is unknown color: approx Purple Heart. HEX triplet: 62, 15 and B4. RGB value is (98,21,180). Sum of RGB (Red+Green+Blue) = 98+21+180=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #6215B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6215B4 is #9DEA4B. Grayscale: #3D3D3D. Windows color (decimal): -10349132 or 11801954. OLE color: 11801954.

HSL color Cylindrical-coordinate representation of color #6215B4: hue angle of 269.06º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6215B4 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9821180-
CMYK0.460.8800.29
HSL269.06º79.1%39.41%-
HSV(B)269.06º88.33%70.59%-
XYZ13.546.4343.71-
YUV62.15194.51153.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.78%
GREEN value IS 21 (8.59% from 255) = 7.02%
BLUE value IS 180 (70.70% from 255) = 60.20%
R=32.78%
G=7.02%
B=60.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98211800.460.8800.29269.0679.139.41
Hex6215B42E5801D10d4f27
Octal142252645613003541511747
Binary1100010101011011010010111010110000111011000011011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6215B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6215B4; }

 p { color: rgb(98,21,180); }

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

<style>
 a { background-color: #6215B4; }

 a { background-color: rgb(98,21,180); }

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

<style>
 span { border-color: #6215B4; }

 span { border-color: rgb(98,21,180); }

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