Html Css Color HEX #6D1FD7 Purple Heart

📋 copy color: '#6D1FD7'

red 109 ◦ green 31 ◦ blue 215

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

Shades of Purple Heart #6D1FD7

Tints of Purple Heart #6D1FD7

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

 BLUE value IS 215 (84.38% from 255) = 60.56%

R = 30.7%
G = 8.73%
B = 60.56%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6D1FD7 (or 0x6D1FD7) is known color: Purple Heart. HEX triplet: 6D, 1F and D7. RGB value is (109,31,215). Sum of RGB (Red+Green+Blue) = 109+31+215=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 215 (84.38% from 255 or 60.56% from 355); Max value from RGB is 215 - color contains mainly: blue. Hex color #6D1FD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1FD7 is #92E028. Grayscale: #4A4A4A. Windows color (decimal): -9625641 or 14098285. OLE color: 14098285.

HSL color Cylindrical-coordinate representation of color #6D1FD7: hue angle of 265.43º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1FD7 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 31 215 -
CMYK 0.49 0.86 0 0.16
HSL 265.43º 0.75% 0.48% -
HSV(B) 265.43º 0.86% 0.84% -
XYZ 19.06 9.14 65.05 -
YUV 75.3 206.84 152.04 -
System Red Green Blue C M Y K H S L
Decimal 109 31 215 0.49 0.86 0 0.16 265.43 0.75 0.48
Hex 6D 1F D7 31 56 0 10 109 4B 30
Octal 155 37 327 61 126 0 20 411 113 60
Binary 1101101 11111 11010111 110001 1010110 0 10000 100001001 1001011 110000

Color Harmonies of #6D1FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1FD7

Black with #6D1FD7

Text Example


Text Example

White with #6D1FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,31,215); }

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

background-color css

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

 a { background-color: rgb(109,31,215); }

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

border-color css

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

 span { border-color: rgb(109,31,215); }

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