Html Css Color HEX #6E26AC Purple Heart

📋 copy color: '#6E26AC'

red 110 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #6E26AC

Tints of Purple Heart #6E26AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

 BLUE value IS 172 (67.58% from 255) = 53.75%

R = 34.38%
G = 11.88%
B = 53.75%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E26AC (or 0x6E26AC) is known color: Purple Heart. HEX triplet: 6E, 26 and AC. RGB value is (110,38,172). Sum of RGB (Red+Green+Blue) = 110+38+172=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E26AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E26AC is #91D953. Grayscale: #4A4A4A. Windows color (decimal): -9558356 or 11282030. OLE color: 11282030.

HSL color Cylindrical-coordinate representation of color #6E26AC: hue angle of 272.24º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E26AC is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 38 172 -
CMYK 0.36 0.78 0 0.33
HSL 272.24º 0.64% 0.41% -
HSV(B) 272.24º 0.78% 0.67% -
XYZ 14.57 7.68 39.74 -
YUV 74.8 182.85 153.1 -
System Red Green Blue C M Y K H S L
Decimal 110 38 172 0.36 0.78 0 0.33 272.24 0.64 0.41
Hex 6E 26 AC 24 4E 0 21 110 40 29
Octal 156 46 254 44 116 0 41 420 100 51
Binary 1101110 100110 10101100 100100 1001110 0 100001 100010000 1000000 101001

Color Harmonies of #6E26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E26AC

Black with #6E26AC

Text Example


Text Example

White with #6E26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,38,172); }

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

background-color css

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

 a { background-color: rgb(110,38,172); }

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

border-color css

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

 span { border-color: rgb(110,38,172); }

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