#6834BE

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

Shades of Purple Heart #6834BE

Tints of Purple Heart #6834BE

Color information

#6834BE (or 0x6834BE) is unknown color: approx Purple Heart. HEX triplet: 68, 34 and BE. RGB value is (104,52,190). Sum of RGB (Red+Green+Blue) = 104+52+190=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #6834BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6834BE is #97CB41. Grayscale: #525252. Windows color (decimal): -9947970 or 12465256. OLE color: 12465256.

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

Color convert

RGB10452190-
CMYK0.450.7300.25
HSL262.61º57.02%47.45%-
HSV(B)262.61º72.63%74.51%-
XYZ16.239.1249.62-
YUV83.28188.23142.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 52 (20.70% from 255) = 15.03%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=30.06%
G=15.03%
B=54.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104521900.450.7300.25262.6157.0247.45
Hex6834BE2D49019107392f
Octal15064276551110314077157
Binary1101000110100101111101011011001001011001100000111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6834BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6834BE; }

 p { color: rgb(104,52,190); }

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

<style>
 a { background-color: #6834BE; }

 a { background-color: rgb(104,52,190); }

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

<style>
 span { border-color: #6834BE; }

 span { border-color: rgb(104,52,190); }

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