#6935BA

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

Shades of Purple Heart #6935BA

Tints of Purple Heart #6935BA

Color information

#6935BA (or 0x6935BA) is unknown color: approx Purple Heart. HEX triplet: 69, 35 and BA. RGB value is (105,53,186). Sum of RGB (Red+Green+Blue) = 105+53+186=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #6935BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6935BA is #96CA45. Grayscale: #535353. Windows color (decimal): -9882182 or 12203369. OLE color: 12203369.

HSL color Cylindrical-coordinate representation of color #6935BA: hue angle of 263.46º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6935BA is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10553186-
CMYK0.440.7200.27
HSL263.46º55.65%46.86%-
HSV(B)263.46º71.51%72.94%-
XYZ15.969.0947.37-
YUV83.71185.73143.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 53 (21.09% from 255) = 15.41%
BLUE value IS 186 (73.05% from 255) = 54.07%
R=30.52%
G=15.41%
B=54.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105531860.440.7200.27263.4655.6546.86
Hex6935BA2C4801B107382f
Octal15165272541100334077057
Binary1101001110101101110101011001001000011011100000111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6935BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6935BA; }

 p { color: rgb(105,53,186); }

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

<style>
 a { background-color: #6935BA; }

 a { background-color: rgb(105,53,186); }

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

<style>
 span { border-color: #6935BA; }

 span { border-color: rgb(105,53,186); }

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