Html Css Color HEX #6D3DBA Purple Heart

📋 copy color: '#6D3DBA'

red 109 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #6D3DBA

Tints of Purple Heart #6D3DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.13%

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

R = 30.62%
G = 17.13%
B = 52.25%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D3DBA (or 0x6D3DBA) is known color: Purple Heart. HEX triplet: 6D, 3D and BA. RGB value is (109,61,186). Sum of RGB (Red+Green+Blue) = 109+61+186=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D3DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3DBA is #92C245. Grayscale: #595959. Windows color (decimal): -9617990 or 12205421. OLE color: 12205421.

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

Color convert

RGB 109 61 186 -
CMYK 0.41 0.67 0 0.27
HSL 263.04º 0.51% 0.48% -
HSV(B) 263.04º 0.67% 0.73% -
XYZ 16.84 10.13 47.52 -
YUV 89.6 182.4 141.84 -
System Red Green Blue C M Y K H S L
Decimal 109 61 186 0.41 0.67 0 0.27 263.04 0.51 0.48
Hex 6D 3D BA 29 43 0 1B 107 33 30
Octal 155 75 272 51 103 0 33 407 63 60
Binary 1101101 111101 10111010 101001 1000011 0 11011 100000111 110011 110000

Color Harmonies of #6D3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3DBA

Black with #6D3DBA

Text Example


Text Example

White with #6D3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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