Html Css Color HEX #6D3BCF Purple Heart

📋 copy color: '#6D3BCF'

red 109 ◦ green 59 ◦ blue 207

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

Shades of Purple Heart #6D3BCF

Tints of Purple Heart #6D3BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.73%

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

R = 29.07%
G = 15.73%
B = 55.2%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D3BCF (or 0x6D3BCF) is known color: Purple Heart. HEX triplet: 6D, 3B and CF. RGB value is (109,59,207). Sum of RGB (Red+Green+Blue) = 109+59+207=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D3BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3BCF is #92C430. Grayscale: #5A5A5A. Windows color (decimal): -9618481 or 13581165. OLE color: 13581165.

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

Color convert

RGB 109 59 207 -
CMYK 0.47 0.71 0 0.19
HSL 260.27º 0.61% 0.52% -
HSV(B) 260.27º 0.71% 0.81% -
XYZ 19.13 10.88 60.12 -
YUV 90.82 193.57 140.97 -
System Red Green Blue C M Y K H S L
Decimal 109 59 207 0.47 0.71 0 0.19 260.27 0.61 0.52
Hex 6D 3B CF 2F 47 0 13 104 3D 34
Octal 155 73 317 57 107 0 23 404 75 64
Binary 1101101 111011 11001111 101111 1000111 0 10011 100000100 111101 110100

Color Harmonies of #6D3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3BCF

Black with #6D3BCF

Text Example


Text Example

White with #6D3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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