Html Css Color HEX #6D3ACD Purple Heart

📋 copy color: '#6D3ACD'

red 109 ◦ green 58 ◦ blue 205

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

Shades of Purple Heart #6D3ACD

Tints of Purple Heart #6D3ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.59%

 BLUE value IS 205 (80.47% from 255) = 55.11%

R = 29.3%
G = 15.59%
B = 55.11%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D3ACD (or 0x6D3ACD) is known color: Purple Heart. HEX triplet: 6D, 3A and CD. RGB value is (109,58,205). Sum of RGB (Red+Green+Blue) = 109+58+205=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D3ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3ACD is #92C532. Grayscale: #595959. Windows color (decimal): -9618739 or 13449837. OLE color: 13449837.

HSL color Cylindrical-coordinate representation of color #6D3ACD: hue angle of 260.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D3ACD is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 58 205 -
CMYK 0.47 0.72 0 0.20
HSL 260.82º 0.6% 0.52% -
HSV(B) 260.82º 0.72% 0.8% -
XYZ 18.84 10.69 58.83 -
YUV 90.01 192.9 141.55 -
System Red Green Blue C M Y K H S L
Decimal 109 58 205 0.47 0.72 0 0.20 260.82 0.6 0.52
Hex 6D 3A CD 2F 48 0 14 105 3C 34
Octal 155 72 315 57 110 0 24 405 74 64
Binary 1101101 111010 11001101 101111 1001000 0 10100 100000101 111100 110100

Color Harmonies of #6D3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3ACD

Black with #6D3ACD

Text Example


Text Example

White with #6D3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,58,205); }

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

background-color css

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

 a { background-color: rgb(109,58,205); }

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

border-color css

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

 span { border-color: rgb(109,58,205); }

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