Html Css Color HEX #6D3FCF Purple Heart

📋 copy color: '#6D3FCF'

red 109 ◦ green 63 ◦ blue 207

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

Shades of Purple Heart #6D3FCF

Tints of Purple Heart #6D3FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 16.62%

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

R = 28.76%
G = 16.62%
B = 54.62%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D3FCF (or 0x6D3FCF) is known color: Purple Heart. HEX triplet: 6D, 3F and CF. RGB value is (109,63,207). Sum of RGB (Red+Green+Blue) = 109+63+207=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D3FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3FCF is #92C030. Grayscale: #5C5C5C. Windows color (decimal): -9617457 or 13582189. OLE color: 13582189.

HSL color Cylindrical-coordinate representation of color #6D3FCF: hue angle of 259.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D3FCF is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 63 207 -
CMYK 0.47 0.70 0 0.19
HSL 259.17º 0.6% 0.53% -
HSV(B) 259.17º 0.7% 0.81% -
XYZ 19.35 11.31 60.2 -
YUV 93.17 192.24 139.29 -
System Red Green Blue C M Y K H S L
Decimal 109 63 207 0.47 0.70 0 0.19 259.17 0.6 0.53
Hex 6D 3F CF 2F 46 0 13 103 3C 35
Octal 155 77 317 57 106 0 23 403 74 65
Binary 1101101 111111 11001111 101111 1000110 0 10011 100000011 111100 110101

Color Harmonies of #6D3FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3FCF

Black with #6D3FCF

Text Example


Text Example

White with #6D3FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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