Html Css Color HEX #6D26BA Purple Heart

📋 copy color: '#6D26BA'

red 109 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #6D26BA

Tints of Purple Heart #6D26BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.41%

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

R = 32.73%
G = 11.41%
B = 55.86%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D26BA (or 0x6D26BA) is known color: Purple Heart. HEX triplet: 6D, 26 and BA. RGB value is (109,38,186). Sum of RGB (Red+Green+Blue) = 109+38+186=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D26BA is #92D945. Grayscale: #4B4B4B. Windows color (decimal): -9623878 or 12199533. OLE color: 12199533.

HSL color Cylindrical-coordinate representation of color #6D26BA: hue angle of 268.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D26BA is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 38 186 -
CMYK 0.41 0.80 0 0.27
HSL 268.78º 0.66% 0.44% -
HSV(B) 268.78º 0.8% 0.73% -
XYZ 15.86 8.18 47.2 -
YUV 76.1 190.02 151.47 -
System Red Green Blue C M Y K H S L
Decimal 109 38 186 0.41 0.80 0 0.27 268.78 0.66 0.44
Hex 6D 26 BA 29 50 0 1B 10D 42 2C
Octal 155 46 272 51 120 0 33 415 102 54
Binary 1101101 100110 10111010 101001 1010000 0 11011 100001101 1000010 101100

Color Harmonies of #6D26BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D26BA

Black with #6D26BA

Text Example


Text Example

White with #6D26BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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