#4216BD

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

Shades of Purple Heart #4216BD

Tints of Purple Heart #4216BD

Color information

#4216BD (or 0x4216BD) is unknown color: approx Purple Heart. HEX triplet: 42, 16 and BD. RGB value is (66,22,189). Sum of RGB (Red+Green+Blue) = 66+22+189=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #4216BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4216BD is #BDE942. Grayscale: #353535. Windows color (decimal): -12446019 or 12392002. OLE color: 12392002.

HSL color Cylindrical-coordinate representation of color #4216BD: hue angle of 255.81º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4216BD is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6622189-
CMYK0.650.8800.26
HSL255.81º79.15%41.37%-
HSV(B)255.81º88.36%74.12%-
XYZ11.725.4148.57-
YUV54.19204.08136.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 189 (74.22% from 255) = 68.23%
R=23.83%
G=7.94%
B=68.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66221890.650.8800.26255.8179.1541.37
Hex4216BD415801A1004f29
Octal1022627510113003240011751
Binary10000101011010111101100000110110000110101000000001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4216BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4216BD; }

 p { color: rgb(66,22,189); }

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

<style>
 a { background-color: #4216BD; }

 a { background-color: rgb(66,22,189); }

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

<style>
 span { border-color: #4216BD; }

 span { border-color: rgb(66,22,189); }

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