Html Css Color HEX #6E15CD Purple Heart

📋 copy color: '#6E15CD'

red 110 ◦ green 21 ◦ blue 205

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

Shades of Purple Heart #6E15CD

Tints of Purple Heart #6E15CD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

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

R = 32.74%
G = 6.25%
B = 61.01%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E15CD (or 0x6E15CD) is known color: Purple Heart. HEX triplet: 6E, 15 and CD. RGB value is (110,21,205). Sum of RGB (Red+Green+Blue) = 110+21+205=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E15CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E15CD is #91EA32. Grayscale: #434343. Windows color (decimal): -9562675 or 13440366. OLE color: 13440366.

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

Color convert

RGB 110 21 205 -
CMYK 0.46 0.90 0 0.20
HSL 269.02º 0.81% 0.44% -
HSV(B) 269.02º 0.9% 0.8% -
XYZ 17.72 8.26 58.42 -
YUV 68.59 204.99 157.54 -
System Red Green Blue C M Y K H S L
Decimal 110 21 205 0.46 0.90 0 0.20 269.02 0.81 0.44
Hex 6E 15 CD 2E 5A 0 14 10D 51 2C
Octal 156 25 315 56 132 0 24 415 121 54
Binary 1101110 10101 11001101 101110 1011010 0 10100 100001101 1010001 101100

Color Harmonies of #6E15CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E15CD

Black with #6E15CD

Text Example


Text Example

White with #6E15CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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