Html Css Color HEX #6D15DC Purple Heart

📋 copy color: '#6D15DC'

red 109 ◦ green 21 ◦ blue 220

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

Shades of Purple Heart #6D15DC

Tints of Purple Heart #6D15DC

RGB

 RED value IS 109 (42.97% from 255) = 31.14%

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 31.14%
G = 6%
B = 62.86%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D15DC (or 0x6D15DC) is known color: Purple Heart. HEX triplet: 6D, 15 and DC. RGB value is (109,21,220). Sum of RGB (Red+Green+Blue) = 109+21+220=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D15DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D15DC is #92EA23. Grayscale: #454545. Windows color (decimal): -9628196 or 14423405. OLE color: 14423405.

HSL color Cylindrical-coordinate representation of color #6D15DC: hue angle of 266.53º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D15DC is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 21 220 -
CMYK 0.50 0.90 0 0.14
HSL 266.53º 0.83% 0.47% -
HSV(B) 266.53º 0.9% 0.86% -
XYZ 19.49 8.95 68.41 -
YUV 70 212.65 155.82 -
System Red Green Blue C M Y K H S L
Decimal 109 21 220 0.50 0.90 0 0.14 266.53 0.83 0.47
Hex 6D 15 DC 32 5A 0 E 10B 53 2F
Octal 155 25 334 62 132 0 16 413 123 57
Binary 1101101 10101 11011100 110010 1011010 0 1110 100001011 1010011 101111

Color Harmonies of #6D15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D15DC

Black with #6D15DC

Text Example


Text Example

White with #6D15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,21,220); }

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

background-color css

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

 a { background-color: rgb(109,21,220); }

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

border-color css

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

 span { border-color: rgb(109,21,220); }

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