Html Css Color HEX #6D15DA Purple Heart

📋 copy color: '#6D15DA'

red 109 ◦ green 21 ◦ blue 218

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

Shades of Purple Heart #6D15DA

Tints of Purple Heart #6D15DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.64%

R = 31.32%
G = 6.03%
B = 62.64%

CMYK

 C value IS 0.5

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6D15DA (or 0x6D15DA) is known color: Purple Heart. HEX triplet: 6D, 15 and DA. RGB value is (109,21,218). Sum of RGB (Red+Green+Blue) = 109+21+218=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D15DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D15DA is #92EA25. Grayscale: #454545. Windows color (decimal): -9628198 or 14292333. OLE color: 14292333.

HSL color Cylindrical-coordinate representation of color #6D15DA: hue angle of 266.8º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D15DA is Cyan = 0.5, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 21 218 -
CMYK 0.5 0.90 0 0.15
HSL 266.8º 0.82% 0.47% -
HSV(B) 266.8º 0.9% 0.85% -
XYZ 19.23 8.85 67.02 -
YUV 69.77 211.65 155.98 -
System Red Green Blue C M Y K H S L
Decimal 109 21 218 0.5 0.90 0 0.15 266.8 0.82 0.47
Hex 6D 15 DA 32 5A 0 F 10B 52 2F
Octal 155 25 332 62 132 0 17 413 122 57
Binary 1101101 10101 11011010 110010 1011010 0 1111 100001011 1010010 101111

Color Harmonies of #6D15DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D15DA

Black with #6D15DA

Text Example


Text Example

White with #6D15DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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