Html Css Color HEX #6D1DCF Purple Heart

📋 copy color: '#6D1DCF'

red 109 ◦ green 29 ◦ blue 207

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

Shades of Purple Heart #6D1DCF

Tints of Purple Heart #6D1DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.41%

 BLUE value IS 207 (81.25% from 255) = 60%

R = 31.59%
G = 8.41%
B = 60%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D1DCF (or 0x6D1DCF) is known color: Purple Heart. HEX triplet: 6D, 1D and CF. RGB value is (109,29,207). Sum of RGB (Red+Green+Blue) = 109+29+207=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D1DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1DCF is #92E230. Grayscale: #484848. Windows color (decimal): -9626161 or 13573485. OLE color: 13573485.

HSL color Cylindrical-coordinate representation of color #6D1DCF: hue angle of 266.97º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1DCF is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 29 207 -
CMYK 0.47 0.86 0 0.19
HSL 266.97º 0.75% 0.46% -
HSV(B) 266.97º 0.86% 0.81% -
XYZ 18.01 8.63 59.75 -
YUV 73.21 203.5 153.53 -
System Red Green Blue C M Y K H S L
Decimal 109 29 207 0.47 0.86 0 0.19 266.97 0.75 0.46
Hex 6D 1D CF 2F 56 0 13 10B 4B 2E
Octal 155 35 317 57 126 0 23 413 113 56
Binary 1101101 11101 11001111 101111 1010110 0 10011 100001011 1001011 101110

Color Harmonies of #6D1DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1DCF

Black with #6D1DCF

Text Example


Text Example

White with #6D1DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,29,207); }

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

background-color css

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

 a { background-color: rgb(109,29,207); }

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

border-color css

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

 span { border-color: rgb(109,29,207); }

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