#6935BD

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

Shades of Purple Heart #6935BD

Tints of Purple Heart #6935BD

Color information

#6935BD (or 0x6935BD) is unknown color: approx Purple Heart. HEX triplet: 69, 35 and BD. RGB value is (105,53,189). Sum of RGB (Red+Green+Blue) = 105+53+189=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #6935BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6935BD is #96CA42. Grayscale: #535353. Windows color (decimal): -9882179 or 12399977. OLE color: 12399977.

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

Color convert

RGB10553189-
CMYK0.440.7200.26
HSL262.94º56.2%47.45%-
HSV(B)262.94º71.96%74.12%-
XYZ16.289.2249.07-
YUV84.05187.23142.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=30.26%
G=15.27%
B=54.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105531890.440.7200.26262.9456.247.45
Hex6935BD2C4801A107382f
Octal15165275541100324077057
Binary1101001110101101111011011001001000011010100000111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6935BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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