#6934B1

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

Shades of Purple Heart #6934B1

Tints of Purple Heart #6934B1

Color information

#6934B1 (or 0x6934B1) is unknown color: approx Purple Heart. HEX triplet: 69, 34 and B1. RGB value is (105,52,177). Sum of RGB (Red+Green+Blue) = 105+52+177=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #6934B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6934B1 is #96CB4E. Grayscale: #515151. Windows color (decimal): -9882447 or 11613289. OLE color: 11613289.

HSL color Cylindrical-coordinate representation of color #6934B1: hue angle of 265.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6934B1 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10552177-
CMYK0.410.7100.31
HSL265.44º54.59%44.9%-
HSV(B)265.44º70.62%69.41%-
XYZ14.998.6342.47-
YUV82.1181.56144.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 177 (69.53% from 255) = 52.99%
R=31.44%
G=15.57%
B=52.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105521770.410.7100.31265.4454.5944.9
Hex6934B1294701F109372d
Octal15164261511070374116755
Binary1101001110100101100011010011000111011111100001001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6934B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6934B1; }

 p { color: rgb(105,52,177); }

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

<style>
 a { background-color: #6934B1; }

 a { background-color: rgb(105,52,177); }

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

<style>
 span { border-color: #6934B1; }

 span { border-color: rgb(105,52,177); }

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