Html Css Color HEX #6E3DBC Purple Heart

📋 copy color: '#6E3DBC'

red 110 ◦ green 61 ◦ blue 188

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

Shades of Purple Heart #6E3DBC

Tints of Purple Heart #6E3DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 30.64%
G = 16.99%
B = 52.37%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E3DBC (or 0x6E3DBC) is known color: Purple Heart. HEX triplet: 6E, 3D and BC. RGB value is (110,61,188). Sum of RGB (Red+Green+Blue) = 110+61+188=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E3DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3DBC is #91C243. Grayscale: #595959. Windows color (decimal): -9552452 or 12336494. OLE color: 12336494.

HSL color Cylindrical-coordinate representation of color #6E3DBC: hue angle of 263.15º 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 #6E3DBC is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 61 188 -
CMYK 0.41 0.68 0 0.26
HSL 263.15º 0.51% 0.49% -
HSV(B) 263.15º 0.68% 0.74% -
XYZ 17.18 10.28 48.66 -
YUV 90.13 183.23 142.17 -
System Red Green Blue C M Y K H S L
Decimal 110 61 188 0.41 0.68 0 0.26 263.15 0.51 0.49
Hex 6E 3D BC 29 44 0 1A 107 33 31
Octal 156 75 274 51 104 0 32 407 63 61
Binary 1101110 111101 10111100 101001 1000100 0 11010 100000111 110011 110001

Color Harmonies of #6E3DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3DBC

Black with #6E3DBC

Text Example


Text Example

White with #6E3DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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