Html Css Color HEX #6E3ABD Purple Heart

📋 copy color: '#6E3ABD'

red 110 ◦ green 58 ◦ blue 189

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

Shades of Purple Heart #6E3ABD

Tints of Purple Heart #6E3ABD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.25%

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

R = 30.81%
G = 16.25%
B = 52.94%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E3ABD (or 0x6E3ABD) is known color: Purple Heart. HEX triplet: 6E, 3A and BD. RGB value is (110,58,189). Sum of RGB (Red+Green+Blue) = 110+58+189=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E3ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3ABD is #91C542. Grayscale: #585858. Windows color (decimal): -9553219 or 12401262. OLE color: 12401262.

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

Color convert

RGB 110 58 189 -
CMYK 0.42 0.69 0 0.26
HSL 263.82º 0.53% 0.48% -
HSV(B) 263.82º 0.69% 0.74% -
XYZ 17.13 10.02 49.17 -
YUV 88.48 184.73 143.35 -
System Red Green Blue C M Y K H S L
Decimal 110 58 189 0.42 0.69 0 0.26 263.82 0.53 0.48
Hex 6E 3A BD 2A 45 0 1A 108 35 30
Octal 156 72 275 52 105 0 32 410 65 60
Binary 1101110 111010 10111101 101010 1000101 0 11010 100001000 110101 110000

Color Harmonies of #6E3ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3ABD

Black with #6E3ABD

Text Example


Text Example

White with #6E3ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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