Html Css Color HEX #6D3DBE Purple Heart

📋 copy color: '#6D3DBE'

red 109 ◦ green 61 ◦ blue 190

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

Shades of Purple Heart #6D3DBE

Tints of Purple Heart #6D3DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 30.28%
G = 16.94%
B = 52.78%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D3DBE (or 0x6D3DBE) is known color: Purple Heart. HEX triplet: 6D, 3D and BE. RGB value is (109,61,190). Sum of RGB (Red+Green+Blue) = 109+61+190=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D3DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3DBE is #92C241. Grayscale: #595959. Windows color (decimal): -9617986 or 12467565. OLE color: 12467565.

HSL color Cylindrical-coordinate representation of color #6D3DBE: hue angle of 262.33º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D3DBE is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 61 190 -
CMYK 0.43 0.68 0 0.25
HSL 262.33º 0.51% 0.49% -
HSV(B) 262.33º 0.68% 0.75% -
XYZ 17.27 10.31 49.79 -
YUV 90.06 184.4 141.51 -
System Red Green Blue C M Y K H S L
Decimal 109 61 190 0.43 0.68 0 0.25 262.33 0.51 0.49
Hex 6D 3D BE 2B 44 0 19 106 33 31
Octal 155 75 276 53 104 0 31 406 63 61
Binary 1101101 111101 10111110 101011 1000100 0 11001 100000110 110011 110001

Color Harmonies of #6D3DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3DBE

Black with #6D3DBE

Text Example


Text Example

White with #6D3DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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