Html Css Color HEX #6E17BA Purple Heart

📋 copy color: '#6E17BA'

red 110 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #6E17BA

Tints of Purple Heart #6E17BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

 BLUE value IS 186 (73.05% from 255) = 58.31%

R = 34.48%
G = 7.21%
B = 58.31%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E17BA (or 0x6E17BA) is known color: Purple Heart. HEX triplet: 6E, 17 and BA. RGB value is (110,23,186). Sum of RGB (Red+Green+Blue) = 110+23+186=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E17BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E17BA is #91E845. Grayscale: #434343. Windows color (decimal): -9562182 or 12195694. OLE color: 12195694.

HSL color Cylindrical-coordinate representation of color #6E17BA: hue angle of 272.02º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E17BA is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 23 186 -
CMYK 0.41 0.88 0 0.27
HSL 272.02º 0.78% 0.41% -
HSV(B) 272.02º 0.88% 0.73% -
XYZ 15.6 7.47 47.07 -
YUV 67.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 110 23 186 0.41 0.88 0 0.27 272.02 0.78 0.41
Hex 6E 17 BA 29 58 0 1B 110 4E 29
Octal 156 27 272 51 130 0 33 420 116 51
Binary 1101110 10111 10111010 101001 1011000 0 11011 100010000 1001110 101001

Color Harmonies of #6E17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E17BA

Black with #6E17BA

Text Example


Text Example

White with #6E17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,23,186); }

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

background-color css

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

 a { background-color: rgb(110,23,186); }

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

border-color css

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

 span { border-color: rgb(110,23,186); }

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