Html Css Color HEX #6D0FCF Purple Heart

📋 copy color: '#6D0FCF'

red 109 ◦ green 15 ◦ blue 207

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

Shades of Purple Heart #6D0FCF

Tints of Purple Heart #6D0FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

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

R = 32.93%
G = 4.53%
B = 62.54%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D0FCF (or 0x6D0FCF) is known color: Purple Heart. HEX triplet: 6D, 0F and CF. RGB value is (109,15,207). Sum of RGB (Red+Green+Blue) = 109+15+207=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D0FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0FCF is #92F030. Grayscale: #404040. Windows color (decimal): -9629745 or 13569901. OLE color: 13569901.

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

Color convert

RGB 109 15 207 -
CMYK 0.47 0.93 0 0.19
HSL 269.38º 0.86% 0.44% -
HSV(B) 269.38º 0.93% 0.81% -
XYZ 17.74 8.1 59.66 -
YUV 64.99 208.14 159.39 -
System Red Green Blue C M Y K H S L
Decimal 109 15 207 0.47 0.93 0 0.19 269.38 0.86 0.44
Hex 6D F CF 2F 5D 0 13 10D 56 2C
Octal 155 17 317 57 135 0 23 415 126 54
Binary 1101101 1111 11001111 101111 1011101 0 10011 100001101 1010110 101100

Color Harmonies of #6D0FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0FCF

Black with #6D0FCF

Text Example


Text Example

White with #6D0FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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