#6A05CD

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

Shades of Purple Heart #6A05CD

Tints of Purple Heart #6A05CD

Color information

#6A05CD (or 0x6A05CD) is unknown color: approx Purple Heart. HEX triplet: 6A, 05 and CD. RGB value is (106,5,205). Sum of RGB (Red+Green+Blue) = 106+5+205=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A05CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A05CD is #95FA32. Grayscale: #393939. Windows color (decimal): -9828915 or 13436266. OLE color: 13436266.

HSL color Cylindrical-coordinate representation of color #6A05CD: hue angle of 270.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A05CD is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1065205-
CMYK0.480.9800.20
HSL270.3º95.24%41.18%-
HSV(B)270.3º97.56%80.39%-
XYZ17.027.5858.32-
YUV58210.96162.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 5 (2.34% from 255) = 1.58%
BLUE value IS 205 (80.47% from 255) = 64.87%
R=33.54%
G=1.58%
B=64.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10652050.480.9800.20270.395.2441.18
Hex6A5CD306201410e5f29
Octal15253156014202441613751
Binary11010101011100110111000011000100101001000011101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A05CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,5,205); }

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

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

 a { background-color: rgb(106,5,205); }

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

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

 span { border-color: rgb(106,5,205); }

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