Html Css Color HEX #6D40BF Purple Heart

📋 copy color: '#6D40BF'

red 109 ◦ green 64 ◦ blue 191

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

Shades of Purple Heart #6D40BF

Tints of Purple Heart #6D40BF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

 BLUE value IS 191 (75% from 255) = 52.47%

R = 29.95%
G = 17.58%
B = 52.47%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D40BF (or 0x6D40BF) is known color: Purple Heart. HEX triplet: 6D, 40 and BF. RGB value is (109,64,191). Sum of RGB (Red+Green+Blue) = 109+64+191=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D40BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D40BF is #92BF40. Grayscale: #5B5B5B. Windows color (decimal): -9617217 or 12533869. OLE color: 12533869.

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

Color convert

RGB 109 64 191 -
CMYK 0.43 0.66 0 0.25
HSL 261.26º 0.5% 0.5% -
HSV(B) 261.26º 0.66% 0.75% -
XYZ 17.54 10.68 50.43 -
YUV 91.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 109 64 191 0.43 0.66 0 0.25 261.26 0.5 0.5
Hex 6D 40 BF 2B 42 0 19 105 32 32
Octal 155 100 277 53 102 0 31 405 62 62
Binary 1101101 1000000 10111111 101011 1000010 0 11001 100000101 110010 110010

Color Harmonies of #6D40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D40BF

Black with #6D40BF

Text Example


Text Example

White with #6D40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,64,191); }

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

background-color css

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

 a { background-color: rgb(109,64,191); }

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

border-color css

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

 span { border-color: rgb(109,64,191); }

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