#6933E4

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

Shades of Purple Heart #6933E4

Tints of Purple Heart #6933E4

Color information

#6933E4 (or 0x6933E4) is unknown color: approx Purple Heart. HEX triplet: 69, 33 and E4. RGB value is (105,51,228). Sum of RGB (Red+Green+Blue) = 105+51+228=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 228 (89.45% from 255 or 59.38% from 384); Max value from RGB is 228 - color contains mainly: blue. Hex color #6933E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6933E4 is #96CC1B. Grayscale: #565656. Windows color (decimal): -9882652 or 14955369. OLE color: 14955369.

HSL color Cylindrical-coordinate representation of color #6933E4: hue angle of 258.31º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6933E4 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10551228-
CMYK0.540.7800.11
HSL258.31º76.62%54.71%-
HSV(B)258.31º77.63%89.41%-
XYZ21.0110.9774.41-
YUV87.32207.39140.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 51 (20.31% from 255) = 13.28%
BLUE value IS 228 (89.45% from 255) = 59.38%
R=27.34%
G=13.28%
B=59.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal105512280.540.7800.11258.3176.6254.71
Hex6933E4364E0B1024d37
Octal151633446611601340211567
Binary1101001110011111001001101101001110010111000000101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6933E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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