#6A35CA

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

Shades of Purple Heart #6A35CA

Tints of Purple Heart #6A35CA

Color information

#6A35CA (or 0x6A35CA) is unknown color: approx Purple Heart. HEX triplet: 6A, 35 and CA. RGB value is (106,53,202). Sum of RGB (Red+Green+Blue) = 106+53+202=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A35CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A35CA is #95CA35. Grayscale: #555555. Windows color (decimal): -9816630 or 13251946. OLE color: 13251946.

HSL color Cylindrical-coordinate representation of color #6A35CA: hue angle of 261.34º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A35CA is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10653202-
CMYK0.480.7400.21
HSL261.34º58.43%50%-
HSV(B)261.34º73.76%79.22%-
XYZ17.889.8756.84-
YUV85.83193.56142.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.36%
GREEN value IS 53 (21.09% from 255) = 14.68%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=29.36%
G=14.68%
B=55.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106532020.480.7400.21261.3458.4350
Hex6A35CA304A0151053a32
Octal15265312601120254057262
Binary1101010110101110010101100001001010010101100000101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A35CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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