#6A28CD

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

Shades of Purple Heart #6A28CD

Tints of Purple Heart #6A28CD

Color information

#6A28CD (or 0x6A28CD) is unknown color: approx Purple Heart. HEX triplet: 6A, 28 and CD. RGB value is (106,40,205). Sum of RGB (Red+Green+Blue) = 106+40+205=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A28CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A28CD is #95D732. Grayscale: #4D4D4D. Windows color (decimal): -9819955 or 13445226. OLE color: 13445226.

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

Color convert

RGB10640205-
CMYK0.480.8000.20
HSL264º67.35%48.04%-
HSV(B)264º80.49%80.39%-
XYZ17.728.9958.56-
YUV78.54199.37147.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.20%
GREEN value IS 40 (16.02% from 255) = 11.40%
BLUE value IS 205 (80.47% from 255) = 58.40%
R=30.20%
G=11.40%
B=58.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106402050.480.8000.2026467.3548.04
Hex6A28CD30500141084330
Octal152503156012002441010360
Binary11010101010001100110111000010100000101001000010001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A28CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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