Html Css Color HEX #6D1FBA Purple Heart

📋 copy color: '#6D1FBA'

red 109 ◦ green 31 ◦ blue 186

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

Shades of Purple Heart #6D1FBA

Tints of Purple Heart #6D1FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.51%

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 33.44%
G = 9.51%
B = 57.06%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D1FBA (or 0x6D1FBA) is known color: Purple Heart. HEX triplet: 6D, 1F and BA. RGB value is (109,31,186). Sum of RGB (Red+Green+Blue) = 109+31+186=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D1FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1FBA is #92E045. Grayscale: #474747. Windows color (decimal): -9625670 or 12197741. OLE color: 12197741.

HSL color Cylindrical-coordinate representation of color #6D1FBA: hue angle of 270.19º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1FBA is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 31 186 -
CMYK 0.41 0.83 0 0.27
HSL 270.19º 0.71% 0.43% -
HSV(B) 270.19º 0.83% 0.73% -
XYZ 15.66 7.78 47.13 -
YUV 71.99 192.34 154.4 -
System Red Green Blue C M Y K H S L
Decimal 109 31 186 0.41 0.83 0 0.27 270.19 0.71 0.43
Hex 6D 1F BA 29 53 0 1B 10E 47 2B
Octal 155 37 272 51 123 0 33 416 107 53
Binary 1101101 11111 10111010 101001 1010011 0 11011 100001110 1000111 101011

Color Harmonies of #6D1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1FBA

Black with #6D1FBA

Text Example


Text Example

White with #6D1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,31,186); }

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

background-color css

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

 a { background-color: rgb(109,31,186); }

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

border-color css

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

 span { border-color: rgb(109,31,186); }

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