Html Css Color HEX #6E3DBD Purple Heart

📋 copy color: '#6E3DBD'

red 110 ◦ green 61 ◦ blue 189

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

Shades of Purple Heart #6E3DBD

Tints of Purple Heart #6E3DBD

RGB

 RED value IS 110 (43.36% from 255) = 30.56%

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

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 30.56%
G = 16.94%
B = 52.5%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E3DBD (or 0x6E3DBD) is known color: Purple Heart. HEX triplet: 6E, 3D and BD. RGB value is (110,61,189). Sum of RGB (Red+Green+Blue) = 110+61+189=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E3DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3DBD is #91C242. Grayscale: #595959. Windows color (decimal): -9552451 or 12402030. OLE color: 12402030.

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

Color convert

RGB 110 61 189 -
CMYK 0.42 0.68 0 0.26
HSL 262.97º 0.51% 0.49% -
HSV(B) 262.97º 0.68% 0.74% -
XYZ 17.28 10.33 49.23 -
YUV 90.24 183.73 142.09 -
System Red Green Blue C M Y K H S L
Decimal 110 61 189 0.42 0.68 0 0.26 262.97 0.51 0.49
Hex 6E 3D BD 2A 44 0 1A 107 33 31
Octal 156 75 275 52 104 0 32 407 63 61
Binary 1101110 111101 10111101 101010 1000100 0 11010 100000111 110011 110001

Color Harmonies of #6E3DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3DBD

Black with #6E3DBD

Text Example


Text Example

White with #6E3DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,61,189); }

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

background-color css

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

 a { background-color: rgb(110,61,189); }

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

border-color css

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

 span { border-color: rgb(110,61,189); }

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