Html Css Color HEX #6D2BBB Purple Heart

📋 copy color: '#6D2BBB'

red 109 ◦ green 43 ◦ blue 187

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

Shades of Purple Heart #6D2BBB

Tints of Purple Heart #6D2BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 32.15%
G = 12.68%
B = 55.16%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D2BBB (or 0x6D2BBB) is known color: Purple Heart. HEX triplet: 6D, 2B and BB. RGB value is (109,43,187). Sum of RGB (Red+Green+Blue) = 109+43+187=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D2BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2BBB is #92D444. Grayscale: #4E4E4E. Windows color (decimal): -9622597 or 12266349. OLE color: 12266349.

HSL color Cylindrical-coordinate representation of color #6D2BBB: hue angle of 267.5º degrees, saturation: 0.63, 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 #6D2BBB is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 43 187 -
CMYK 0.42 0.77 0 0.27
HSL 267.5º 0.63% 0.45% -
HSV(B) 267.5º 0.77% 0.73% -
XYZ 16.14 8.57 47.82 -
YUV 79.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 109 43 187 0.42 0.77 0 0.27 267.5 0.63 0.45
Hex 6D 2B BB 2A 4D 0 1B 10C 3F 2D
Octal 155 53 273 52 115 0 33 414 77 55
Binary 1101101 101011 10111011 101010 1001101 0 11011 100001100 111111 101101

Color Harmonies of #6D2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2BBB

Black with #6D2BBB

Text Example


Text Example

White with #6D2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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