Html Css Color HEX #6D1EBE Purple Heart

📋 copy color: '#6D1EBE'

red 109 ◦ green 30 ◦ blue 190

#6D1EBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6D1EBE

Tints of Purple Heart #6D1EBE

RGB

 RED value IS 109 (42.97% from 255) = 33.13%

 GREEN value IS 30 (12.11% from 255) = 9.12%

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 33.13%
G = 9.12%
B = 57.75%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D1EBE (or 0x6D1EBE) is known color: Purple Heart. HEX triplet: 6D, 1E and BE. RGB value is (109,30,190). Sum of RGB (Red+Green+Blue) = 109+30+190=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D1EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1EBE is #92E141. Grayscale: #474747. Windows color (decimal): -9625922 or 12459629. OLE color: 12459629.

HSL color Cylindrical-coordinate representation of color #6D1EBE: hue angle of 269.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1EBE is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 30 190 -
CMYK 0.43 0.84 0 0.25
HSL 269.63º 0.73% 0.43% -
HSV(B) 269.63º 0.84% 0.75% -
XYZ 16.07 7.9 49.39 -
YUV 71.86 194.67 154.49 -
System Red Green Blue C M Y K H S L
Decimal 109 30 190 0.43 0.84 0 0.25 269.63 0.73 0.43
Hex 6D 1E BE 2B 54 0 19 10E 49 2B
Octal 155 36 276 53 124 0 31 416 111 53
Binary 1101101 11110 10111110 101011 1010100 0 11001 100001110 1001001 101011

Color Harmonies of #6D1EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1EBE

Black with #6D1EBE

Text Example


Text Example

White with #6D1EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,30,190); }

 H1.HeaderClassName
 {
   color: #6D1EBE;
 }
 .AnyTagClassName
 {
   color: #6D1EBE;
 }
</style>

background-color css

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

 a { background-color: rgb(109,30,190); }

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

border-color css

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

 span { border-color: rgb(109,30,190); }

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