#6833BD

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

Shades of Purple Heart #6833BD

Tints of Purple Heart #6833BD

Color information

#6833BD (or 0x6833BD) is unknown color: approx Purple Heart. HEX triplet: 68, 33 and BD. RGB value is (104,51,189). Sum of RGB (Red+Green+Blue) = 104+51+189=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #6833BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6833BD is #97CC42. Grayscale: #525252. Windows color (decimal): -9948227 or 12399464. OLE color: 12399464.

HSL color Cylindrical-coordinate representation of color #6833BD: hue angle of 263.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6833BD is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10451189-
CMYK0.450.7300.26
HSL263.04º57.5%47.06%-
HSV(B)263.04º73.02%74.12%-
XYZ16.088.9849.03-
YUV82.58188.06143.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 189 (74.22% from 255) = 54.94%
R=30.23%
G=14.83%
B=54.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal104511890.450.7300.26263.0457.547.06
Hex6833BD2D4901A1073a2f
Octal15063275551110324077257
Binary1101000110011101111011011011001001011010100000111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6833BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,51,189); }

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

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

 a { background-color: rgb(104,51,189); }

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

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

 span { border-color: rgb(104,51,189); }

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