Html Css Color HEX #6D0ACF Purple Heart

📋 copy color: '#6D0ACF'

red 109 ◦ green 10 ◦ blue 207

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

Shades of Purple Heart #6D0ACF

Tints of Purple Heart #6D0ACF

RGB

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

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

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

R = 33.44%
G = 3.07%
B = 63.5%

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

#6D0ACF (or 0x6D0ACF) is known color: Purple Heart. HEX triplet: 6D, 0A and CF. RGB value is (109,10,207). Sum of RGB (Red+Green+Blue) = 109+10+207=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D0ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0ACF is #92F530. Grayscale: #3D3D3D. Windows color (decimal): -9631025 or 13568621. OLE color: 13568621.

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

Color convert

RGB 109 10 207 -
CMYK 0.47 0.95 0 0.19
HSL 270.15º 0.91% 0.43% -
HSV(B) 270.15º 0.95% 0.81% -
XYZ 17.68 7.97 59.64 -
YUV 62.06 209.8 161.48 -
System Red Green Blue C M Y K H S L
Decimal 109 10 207 0.47 0.95 0 0.19 270.15 0.91 0.43
Hex 6D A CF 2F 5F 0 13 10E 5B 2B
Octal 155 12 317 57 137 0 23 416 133 53
Binary 1101101 1010 11001111 101111 1011111 0 10011 100001110 1011011 101011

Color Harmonies of #6D0ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0ACF

Black with #6D0ACF

Text Example


Text Example

White with #6D0ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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