Html Css Color HEX #6D2EBA Purple Heart

📋 copy color: '#6D2EBA'

red 109 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #6D2EBA

Tints of Purple Heart #6D2EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.49%

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

R = 31.96%
G = 13.49%
B = 54.55%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D2EBA (or 0x6D2EBA) is known color: Purple Heart. HEX triplet: 6D, 2E and BA. RGB value is (109,46,186). Sum of RGB (Red+Green+Blue) = 109+46+186=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D2EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2EBA is #92D145. Grayscale: #505050. Windows color (decimal): -9621830 or 12201581. OLE color: 12201581.

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

Color convert

RGB 109 46 186 -
CMYK 0.41 0.75 0 0.27
HSL 267º 0.6% 0.45% -
HSV(B) 267º 0.75% 0.73% -
XYZ 16.15 8.75 47.29 -
YUV 80.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 109 46 186 0.41 0.75 0 0.27 267 0.6 0.45
Hex 6D 2E BA 29 4B 0 1B 10B 3C 2D
Octal 155 56 272 51 113 0 33 413 74 55
Binary 1101101 101110 10111010 101001 1001011 0 11011 100001011 111100 101101

Color Harmonies of #6D2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2EBA

Black with #6D2EBA

Text Example


Text Example

White with #6D2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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