Html Css Color HEX #6E26D4 Purple Heart

📋 copy color: '#6E26D4'

red 110 ◦ green 38 ◦ blue 212

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

Shades of Purple Heart #6E26D4

Tints of Purple Heart #6E26D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 58.89%

R = 30.56%
G = 10.56%
B = 58.89%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#6E26D4 (or 0x6E26D4) is known color: Purple Heart. HEX triplet: 6E, 26 and D4. RGB value is (110,38,212). Sum of RGB (Red+Green+Blue) = 110+38+212=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 212 (83.20% from 255 or 58.89% from 360); Max value from RGB is 212 - color contains mainly: blue. Hex color #6E26D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E26D4 is #91D92B. Grayscale: #4E4E4E. Windows color (decimal): -9558316 or 13903470. OLE color: 13903470.

HSL color Cylindrical-coordinate representation of color #6E26D4: hue angle of 264.83º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E26D4 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 110 38 212 -
CMYK 0.48 0.82 0 0.17
HSL 264.83º 0.7% 0.49% -
HSV(B) 264.83º 0.82% 0.83% -
XYZ 19.01 9.45 63.11 -
YUV 79.36 202.85 149.85 -
System Red Green Blue C M Y K H S L
Decimal 110 38 212 0.48 0.82 0 0.17 264.83 0.7 0.49
Hex 6E 26 D4 30 52 0 11 109 46 31
Octal 156 46 324 60 122 0 21 411 106 61
Binary 1101110 100110 11010100 110000 1010010 0 10001 100001001 1000110 110001

Color Harmonies of #6E26D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E26D4

Black with #6E26D4

Text Example


Text Example

White with #6E26D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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