Html Css Color HEX #6D2BBA Purple Heart

📋 copy color: '#6D2BBA'

red 109 ◦ green 43 ◦ blue 186

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

Shades of Purple Heart #6D2BBA

Tints of Purple Heart #6D2BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

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

R = 32.25%
G = 12.72%
B = 55.03%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D2BBA (or 0x6D2BBA) is known color: Purple Heart. HEX triplet: 6D, 2B and BA. RGB value is (109,43,186). Sum of RGB (Red+Green+Blue) = 109+43+186=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D2BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2BBA is #92D445. Grayscale: #4E4E4E. Windows color (decimal): -9622598 or 12200813. OLE color: 12200813.

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

Color convert

RGB 109 43 186 -
CMYK 0.41 0.77 0 0.27
HSL 267.69º 0.62% 0.45% -
HSV(B) 267.69º 0.77% 0.73% -
XYZ 16.03 8.52 47.25 -
YUV 79.04 188.37 149.37 -
System Red Green Blue C M Y K H S L
Decimal 109 43 186 0.41 0.77 0 0.27 267.69 0.62 0.45
Hex 6D 2B BA 29 4D 0 1B 10C 3E 2D
Octal 155 53 272 51 115 0 33 414 76 55
Binary 1101101 101011 10111010 101001 1001101 0 11011 100001100 111110 101101

Color Harmonies of #6D2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2BBA

Black with #6D2BBA

Text Example


Text Example

White with #6D2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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