Html Css Color HEX #6D0ACE Purple Heart

📋 copy color: '#6D0ACE'

red 109 ◦ green 10 ◦ blue 206

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

Shades of Purple Heart #6D0ACE

Tints of Purple Heart #6D0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.08%

 BLUE value IS 206 (80.86% from 255) = 63.38%

R = 33.54%
G = 3.08%
B = 63.38%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D0ACE (or 0x6D0ACE) is known color: Purple Heart. HEX triplet: 6D, 0A and CE. RGB value is (109,10,206). Sum of RGB (Red+Green+Blue) = 109+10+206=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D0ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0ACE is #92F531. Grayscale: #3D3D3D. Windows color (decimal): -9631026 or 13503085. OLE color: 13503085.

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

Color convert

RGB 109 10 206 -
CMYK 0.47 0.95 0 0.19
HSL 270.31º 0.91% 0.42% -
HSV(B) 270.31º 0.95% 0.81% -
XYZ 17.56 7.92 59 -
YUV 61.95 209.3 161.56 -
System Red Green Blue C M Y K H S L
Decimal 109 10 206 0.47 0.95 0 0.19 270.31 0.91 0.42
Hex 6D A CE 2F 5F 0 13 10E 5B 2A
Octal 155 12 316 57 137 0 23 416 133 52
Binary 1101101 1010 11001110 101111 1011111 0 10011 100001110 1011011 101010

Color Harmonies of #6D0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0ACE

Black with #6D0ACE

Text Example


Text Example

White with #6D0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,10,206); }

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

background-color css

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

 a { background-color: rgb(109,10,206); }

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

border-color css

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

 span { border-color: rgb(109,10,206); }

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