#6A35BE

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

Shades of Purple Heart #6A35BE

Tints of Purple Heart #6A35BE

Color information

#6A35BE (or 0x6A35BE) is unknown color: approx Purple Heart. HEX triplet: 6A, 35 and BE. RGB value is (106,53,190). Sum of RGB (Red+Green+Blue) = 106+53+190=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A35BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A35BE is #95CA41. Grayscale: #535353. Windows color (decimal): -9816642 or 12465514. OLE color: 12465514.

HSL color Cylindrical-coordinate representation of color #6A35BE: hue angle of 263.21º 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 #6A35BE is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10653190-
CMYK0.440.7200.25
HSL263.21º56.38%47.65%-
HSV(B)263.21º72.11%74.51%-
XYZ16.519.3349.65-
YUV84.46187.56143.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.37%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=30.37%
G=15.19%
B=54.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106531900.440.7200.25263.2156.3847.65
Hex6A35BE2C480191073830
Octal15265276541100314077060
Binary1101010110101101111101011001001000011001100000111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A35BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A35BE; }

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

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

<style>
 a { background-color: #6A35BE; }

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

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

<style>
 span { border-color: #6A35BE; }

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

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