#6935B4

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

Shades of Purple Heart #6935B4

Tints of Purple Heart #6935B4

Color information

#6935B4 (or 0x6935B4) is unknown color: approx Purple Heart. HEX triplet: 69, 35 and B4. RGB value is (105,53,180). Sum of RGB (Red+Green+Blue) = 105+53+180=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #6935B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6935B4 is #96CA4B. Grayscale: #525252. Windows color (decimal): -9882188 or 11810153. OLE color: 11810153.

HSL color Cylindrical-coordinate representation of color #6935B4: hue angle of 264.57º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6935B4 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10553180-
CMYK0.420.7100.29
HSL264.57º54.51%45.69%-
HSV(B)264.57º70.56%70.59%-
XYZ15.348.8444.08-
YUV83.03182.73143.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 53 (21.09% from 255) = 15.68%
BLUE value IS 180 (70.70% from 255) = 53.25%
R=31.07%
G=15.68%
B=53.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105531800.420.7100.29264.5754.5145.69
Hex6935B42A4701D109372e
Octal15165264521070354116756
Binary1101001110101101101001010101000111011101100001001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6935B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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