Html Css Color HEX #6E26BC Purple Heart

📋 copy color: '#6E26BC'

red 110 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #6E26BC

Tints of Purple Heart #6E26BC

RGB

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

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

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

R = 32.74%
G = 11.31%
B = 55.95%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E26BC (or 0x6E26BC) is known color: Purple Heart. HEX triplet: 6E, 26 and BC. RGB value is (110,38,188). Sum of RGB (Red+Green+Blue) = 110+38+188=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E26BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E26BC is #91D943. Grayscale: #4C4C4C. Windows color (decimal): -9558340 or 12330606. OLE color: 12330606.

HSL color Cylindrical-coordinate representation of color #6E26BC: hue angle of 268.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E26BC is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 38 188 -
CMYK 0.41 0.80 0 0.26
HSL 268.8º 0.66% 0.44% -
HSV(B) 268.8º 0.8% 0.74% -
XYZ 16.2 8.33 48.33 -
YUV 76.63 190.85 151.8 -
System Red Green Blue C M Y K H S L
Decimal 110 38 188 0.41 0.80 0 0.26 268.8 0.66 0.44
Hex 6E 26 BC 29 50 0 1A 10D 42 2C
Octal 156 46 274 51 120 0 32 415 102 54
Binary 1101110 100110 10111100 101001 1010000 0 11010 100001101 1000010 101100

Color Harmonies of #6E26BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E26BC

Black with #6E26BC

Text Example


Text Example

White with #6E26BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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