#6933DA

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

Shades of Purple Heart #6933DA

Tints of Purple Heart #6933DA

Color information

#6933DA (or 0x6933DA) is unknown color: approx Purple Heart. HEX triplet: 69, 33 and DA. RGB value is (105,51,218). Sum of RGB (Red+Green+Blue) = 105+51+218=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #6933DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6933DA is #96CC25. Grayscale: #555555. Windows color (decimal): -9882662 or 14300009. OLE color: 14300009.

HSL color Cylindrical-coordinate representation of color #6933DA: hue angle of 259.4º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6933DA is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10551218-
CMYK0.520.7700.15
HSL259.4º69.29%52.75%-
HSV(B)259.4º76.61%85.49%-
XYZ19.6610.4367.31-
YUV86.18202.39141.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.07%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 218 (85.55% from 255) = 58.29%
R=28.07%
G=13.64%
B=58.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal105512180.520.7700.15259.469.2952.75
Hex6933DA344D0F1034535
Octal151633326411501740310565
Binary1101001110011110110101101001001101011111000000111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6933DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6933DA; }

 p { color: rgb(105,51,218); }

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

<style>
 a { background-color: #6933DA; }

 a { background-color: rgb(105,51,218); }

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

<style>
 span { border-color: #6933DA; }

 span { border-color: rgb(105,51,218); }

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