#6F3ADD

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

Shades of Purple Heart #6F3ADD

Tints of Purple Heart #6F3ADD

Color information

#6F3ADD (or 0x6F3ADD) is unknown color: approx Purple Heart. HEX triplet: 6F, 3A and DD. RGB value is (111,58,221). Sum of RGB (Red+Green+Blue) = 111+58+221=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F3ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3ADD is #90C522. Grayscale: #5B5B5B. Windows color (decimal): -9487651 or 14498415. OLE color: 14498415.

HSL color Cylindrical-coordinate representation of color #6F3ADD: hue angle of 259.51º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F3ADD is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11158221-
CMYK0.500.7400.13
HSL259.51º70.56%54.71%-
HSV(B)259.51º73.76%86.67%-
XYZ21.1211.6369.54-
YUV92.43200.56141.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.46%
GREEN value IS 58 (23.05% from 255) = 14.87%
BLUE value IS 221 (86.72% from 255) = 56.67%
R=28.46%
G=14.87%
B=56.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal111582210.500.7400.13259.5170.5654.71
Hex6F3ADD324A0D1044737
Octal157723356211201540410767
Binary1101111111010110111011100101001010011011000001001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,58,221); }

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

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

 a { background-color: rgb(111,58,221); }

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

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

 span { border-color: rgb(111,58,221); }

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