#6824BF

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

Shades of Purple Heart #6824BF

Tints of Purple Heart #6824BF

Color information

#6824BF (or 0x6824BF) is unknown color: approx Purple Heart. HEX triplet: 68, 24 and BF. RGB value is (104,36,191). Sum of RGB (Red+Green+Blue) = 104+36+191=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #6824BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6824BF is #97DB40. Grayscale: #494949. Windows color (decimal): -9952065 or 12526696. OLE color: 12526696.

HSL color Cylindrical-coordinate representation of color #6824BF: hue angle of 266.32º 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 #6824BF is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10436191-
CMYK0.460.8100.25
HSL266.32º68.28%44.51%-
HSV(B)266.32º81.15%74.9%-
XYZ15.747.9750-
YUV74194.03149.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 36 (14.45% from 255) = 10.88%
BLUE value IS 191 (75% from 255) = 57.70%
R=31.42%
G=10.88%
B=57.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104361910.460.8100.25266.3268.2844.51
Hex6824BF2E5101910a442d
Octal150442775612103141210455
Binary11010001001001011111110111010100010110011000010101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6824BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,36,191); }

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

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

 a { background-color: rgb(104,36,191); }

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

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

 span { border-color: rgb(104,36,191); }

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