Html Css Color HEX #6D3DBB Purple Heart

📋 copy color: '#6D3DBB'

red 109 ◦ green 61 ◦ blue 187

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

Shades of Purple Heart #6D3DBB

Tints of Purple Heart #6D3DBB

RGB

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

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

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

R = 30.53%
G = 17.09%
B = 52.38%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D3DBB (or 0x6D3DBB) is known color: Purple Heart. HEX triplet: 6D, 3D and BB. RGB value is (109,61,187). Sum of RGB (Red+Green+Blue) = 109+61+187=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D3DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3DBB is #92C244. Grayscale: #595959. Windows color (decimal): -9617989 or 12270957. OLE color: 12270957.

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

Color convert

RGB 109 61 187 -
CMYK 0.42 0.67 0 0.27
HSL 262.86º 0.51% 0.49% -
HSV(B) 262.86º 0.67% 0.73% -
XYZ 16.95 10.18 48.08 -
YUV 89.72 182.9 141.75 -
System Red Green Blue C M Y K H S L
Decimal 109 61 187 0.42 0.67 0 0.27 262.86 0.51 0.49
Hex 6D 3D BB 2A 43 0 1B 107 33 31
Octal 155 75 273 52 103 0 33 407 63 61
Binary 1101101 111101 10111011 101010 1000011 0 11011 100000111 110011 110001

Color Harmonies of #6D3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3DBB

Black with #6D3DBB

Text Example


Text Example

White with #6D3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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