#6935BE

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

Shades of Purple Heart #6935BE

Tints of Purple Heart #6935BE

Color information

#6935BE (or 0x6935BE) is unknown color: approx Purple Heart. HEX triplet: 69, 35 and BE. RGB value is (105,53,190). Sum of RGB (Red+Green+Blue) = 105+53+190=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #6935BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6935BE is #96CA41. Grayscale: #535353. Windows color (decimal): -9882178 or 12465513. OLE color: 12465513.

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

Color convert

RGB10553190-
CMYK0.450.7200.25
HSL262.77º56.38%47.65%-
HSV(B)262.77º72.11%74.51%-
XYZ16.399.2749.64-
YUV84.17187.73142.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 53 (21.09% from 255) = 15.23%
BLUE value IS 190 (74.61% from 255) = 54.60%
R=30.17%
G=15.23%
B=54.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105531900.450.7200.25262.7756.3847.65
Hex6935BE2D480191073830
Octal15165276551100314077060
Binary1101001110101101111101011011001000011001100000111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6935BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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