Html Css Color HEX #6D39BA Purple Heart

📋 copy color: '#6D39BA'

red 109 ◦ green 57 ◦ blue 186

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

Shades of Purple Heart #6D39BA

Tints of Purple Heart #6D39BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.19%

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 30.97%
G = 16.19%
B = 52.84%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D39BA (or 0x6D39BA) is known color: Purple Heart. HEX triplet: 6D, 39 and BA. RGB value is (109,57,186). Sum of RGB (Red+Green+Blue) = 109+57+186=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D39BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D39BA is #92C645. Grayscale: #565656. Windows color (decimal): -9619014 or 12204397. OLE color: 12204397.

HSL color Cylindrical-coordinate representation of color #6D39BA: hue angle of 264.19º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D39BA is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 57 186 -
CMYK 0.41 0.69 0 0.27
HSL 264.19º 0.53% 0.48% -
HSV(B) 264.19º 0.69% 0.73% -
XYZ 16.63 9.72 47.45 -
YUV 87.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 109 57 186 0.41 0.69 0 0.27 264.19 0.53 0.48
Hex 6D 39 BA 29 45 0 1B 108 35 30
Octal 155 71 272 51 105 0 33 410 65 60
Binary 1101101 111001 10111010 101001 1000101 0 11011 100001000 110101 110000

Color Harmonies of #6D39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D39BA

Black with #6D39BA

Text Example


Text Example

White with #6D39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,57,186); }

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

background-color css

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

 a { background-color: rgb(109,57,186); }

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

border-color css

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

 span { border-color: rgb(109,57,186); }

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