Html Css Color HEX #6E26CD Purple Heart

📋 copy color: '#6E26CD'

red 110 ◦ green 38 ◦ blue 205

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

Shades of Purple Heart #6E26CD

Tints of Purple Heart #6E26CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.07%

R = 31.16%
G = 10.76%
B = 58.07%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E26CD (or 0x6E26CD) is known color: Purple Heart. HEX triplet: 6E, 26 and CD. RGB value is (110,38,205). Sum of RGB (Red+Green+Blue) = 110+38+205=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E26CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E26CD is #91D932. Grayscale: #4D4D4D. Windows color (decimal): -9558323 or 13444718. OLE color: 13444718.

HSL color Cylindrical-coordinate representation of color #6E26CD: hue angle of 265.87º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E26CD is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 38 205 -
CMYK 0.46 0.81 0 0.20
HSL 265.87º 0.69% 0.48% -
HSV(B) 265.87º 0.81% 0.8% -
XYZ 18.14 9.11 58.56 -
YUV 78.57 199.35 150.42 -
System Red Green Blue C M Y K H S L
Decimal 110 38 205 0.46 0.81 0 0.20 265.87 0.69 0.48
Hex 6E 26 CD 2E 51 0 14 10A 45 30
Octal 156 46 315 56 121 0 24 412 105 60
Binary 1101110 100110 11001101 101110 1010001 0 10100 100001010 1000101 110000

Color Harmonies of #6E26CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E26CD

Black with #6E26CD

Text Example


Text Example

White with #6E26CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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