Html Css Color HEX #6D0ABB Purple Heart

📋 copy color: '#6D0ABB'

red 109 ◦ green 10 ◦ blue 187

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

Shades of Purple Heart #6D0ABB

Tints of Purple Heart #6D0ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.11%

R = 35.62%
G = 3.27%
B = 61.11%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D0ABB (or 0x6D0ABB) is known color: Purple Heart. HEX triplet: 6D, 0A and BB. RGB value is (109,10,187). Sum of RGB (Red+Green+Blue) = 109+10+187=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D0ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0ABB is #92F544. Grayscale: #3B3B3B. Windows color (decimal): -9631045 or 12257901. OLE color: 12257901.

HSL color Cylindrical-coordinate representation of color #6D0ABB: hue angle of 273.56º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0ABB is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 10 187 -
CMYK 0.42 0.95 0 0.27
HSL 273.56º 0.9% 0.39% -
HSV(B) 273.56º 0.95% 0.73% -
XYZ 15.38 7.06 47.56 -
YUV 59.78 199.8 163.11 -
System Red Green Blue C M Y K H S L
Decimal 109 10 187 0.42 0.95 0 0.27 273.56 0.9 0.39
Hex 6D A BB 2A 5F 0 1B 112 5A 27
Octal 155 12 273 52 137 0 33 422 132 47
Binary 1101101 1010 10111011 101010 1011111 0 11011 100010010 1011010 100111

Color Harmonies of #6D0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0ABB

Black with #6D0ABB

Text Example


Text Example

White with #6D0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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