#6C2EBD

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

Shades of Purple Heart #6C2EBD

Tints of Purple Heart #6C2EBD

Color information

#6C2EBD (or 0x6C2EBD) is unknown color: approx Purple Heart. HEX triplet: 6C, 2E and BD. RGB value is (108,46,189). Sum of RGB (Red+Green+Blue) = 108+46+189=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C2EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2EBD is #93D142. Grayscale: #505050. Windows color (decimal): -9687363 or 12398188. OLE color: 12398188.

HSL color Cylindrical-coordinate representation of color #6C2EBD: hue angle of 266.01º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C2EBD is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10846189-
CMYK0.430.7600.26
HSL266.01º60.85%46.08%-
HSV(B)266.01º75.66%74.12%-
XYZ16.358.8248.98-
YUV80.84189.04147.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.49%
GREEN value IS 46 (18.36% from 255) = 13.41%
BLUE value IS 189 (74.22% from 255) = 55.10%
R=31.49%
G=13.41%
B=55.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108461890.430.7600.26266.0160.8546.08
Hex6C2EBD2B4C01A10a3d2e
Octal15456275531140324127556
Binary1101100101110101111011010111001100011010100001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,46,189); }

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

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

 a { background-color: rgb(108,46,189); }

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

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

 span { border-color: rgb(108,46,189); }

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