Html Css Color HEX #6E3AC1 Purple Heart

📋 copy color: '#6E3AC1'

red 110 ◦ green 58 ◦ blue 193

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

Shades of Purple Heart #6E3AC1

Tints of Purple Heart #6E3AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 53.46%

R = 30.47%
G = 16.07%
B = 53.46%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6E3AC1 (or 0x6E3AC1) is known color: Purple Heart. HEX triplet: 6E, 3A and C1. RGB value is (110,58,193). Sum of RGB (Red+Green+Blue) = 110+58+193=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E3AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3AC1 is #91C53E. Grayscale: #585858. Windows color (decimal): -9553215 or 12663406. OLE color: 12663406.

HSL color Cylindrical-coordinate representation of color #6E3AC1: hue angle of 263.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E3AC1 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 110 58 193 -
CMYK 0.43 0.70 0 0.24
HSL 263.11º 0.54% 0.49% -
HSV(B) 263.11º 0.7% 0.76% -
XYZ 17.57 10.19 51.49 -
YUV 88.94 186.73 143.02 -
System Red Green Blue C M Y K H S L
Decimal 110 58 193 0.43 0.70 0 0.24 263.11 0.54 0.49
Hex 6E 3A C1 2B 46 0 18 107 36 31
Octal 156 72 301 53 106 0 30 407 66 61
Binary 1101110 111010 11000001 101011 1000110 0 11000 100000111 110110 110001

Color Harmonies of #6E3AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3AC1

Black with #6E3AC1

Text Example


Text Example

White with #6E3AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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