Html Css Color HEX #6E3DB7 Purple Heart

📋 copy color: '#6E3DB7'

red 110 ◦ green 61 ◦ blue 183

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

Shades of Purple Heart #6E3DB7

Tints of Purple Heart #6E3DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.69%

R = 31.07%
G = 17.23%
B = 51.69%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6E3DB7 (or 0x6E3DB7) is known color: Purple Heart. HEX triplet: 6E, 3D and B7. RGB value is (110,61,183). Sum of RGB (Red+Green+Blue) = 110+61+183=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 183 (71.88% from 255 or 51.69% from 354); Max value from RGB is 183 - color contains mainly: blue. Hex color #6E3DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3DB7 is #91C248. Grayscale: #595959. Windows color (decimal): -9552457 or 12008814. OLE color: 12008814.

HSL color Cylindrical-coordinate representation of color #6E3DB7: hue angle of 264.1º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E3DB7 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 110 61 183 -
CMYK 0.40 0.67 0 0.28
HSL 264.1º 0.5% 0.48% -
HSV(B) 264.1º 0.67% 0.72% -
XYZ 16.65 10.07 45.87 -
YUV 89.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 110 61 183 0.40 0.67 0 0.28 264.1 0.5 0.48
Hex 6E 3D B7 28 43 0 1C 108 32 30
Octal 156 75 267 50 103 0 34 410 62 60
Binary 1101110 111101 10110111 101000 1000011 0 11100 100001000 110010 110000

Color Harmonies of #6E3DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3DB7

Black with #6E3DB7

Text Example


Text Example

White with #6E3DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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