Html Css Color HEX #6E38DE Purple Heart

📋 copy color: '#6E38DE'

red 110 ◦ green 56 ◦ blue 222

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

Shades of Purple Heart #6E38DE

Tints of Purple Heart #6E38DE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.43%

 BLUE value IS 222 (87.11% from 255) = 57.22%

R = 28.35%
G = 14.43%
B = 57.22%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E38DE (or 0x6E38DE) is known color: Purple Heart. HEX triplet: 6E, 38 and DE. RGB value is (110,56,222). Sum of RGB (Red+Green+Blue) = 110+56+222=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E38DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E38DE is #91C721. Grayscale: #5A5A5A. Windows color (decimal): -9553698 or 14563438. OLE color: 14563438.

HSL color Cylindrical-coordinate representation of color #6E38DE: hue angle of 259.52º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E38DE is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 56 222 -
CMYK 0.50 0.75 0 0.13
HSL 259.52º 0.72% 0.55% -
HSV(B) 259.52º 0.75% 0.87% -
XYZ 21.03 11.42 70.2 -
YUV 91.07 201.89 141.5 -
System Red Green Blue C M Y K H S L
Decimal 110 56 222 0.50 0.75 0 0.13 259.52 0.72 0.55
Hex 6E 38 DE 32 4B 0 D 104 48 37
Octal 156 70 336 62 113 0 15 404 110 67
Binary 1101110 111000 11011110 110010 1001011 0 1101 100000100 1001000 110111

Color Harmonies of #6E38DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E38DE

Black with #6E38DE

Text Example


Text Example

White with #6E38DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,56,222); }

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

background-color css

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

 a { background-color: rgb(110,56,222); }

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

border-color css

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

 span { border-color: rgb(110,56,222); }

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