Html Css Color HEX #6D2FAF Purple Heart

📋 copy color: '#6D2FAF'

red 109 ◦ green 47 ◦ blue 175

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

Shades of Purple Heart #6D2FAF

Tints of Purple Heart #6D2FAF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.2%

 BLUE value IS 175 (68.75% from 255) = 52.87%

R = 32.93%
G = 14.2%
B = 52.87%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6D2FAF (or 0x6D2FAF) is known color: Purple Heart. HEX triplet: 6D, 2F and AF. RGB value is (109,47,175). Sum of RGB (Red+Green+Blue) = 109+47+175=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D2FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2FAF is #92D050. Grayscale: #4F4F4F. Windows color (decimal): -9621585 or 11480941. OLE color: 11480941.

HSL color Cylindrical-coordinate representation of color #6D2FAF: hue angle of 269.06º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D2FAF is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 47 175 -
CMYK 0.38 0.73 0 0.31
HSL 269.06º 0.58% 0.44% -
HSV(B) 269.06º 0.73% 0.69% -
XYZ 15.06 8.38 41.38 -
YUV 80.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 109 47 175 0.38 0.73 0 0.31 269.06 0.58 0.44
Hex 6D 2F AF 26 49 0 1F 10D 3A 2C
Octal 155 57 257 46 111 0 37 415 72 54
Binary 1101101 101111 10101111 100110 1001001 0 11111 100001101 111010 101100

Color Harmonies of #6D2FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2FAF

Black with #6D2FAF

Text Example


Text Example

White with #6D2FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,47,175); }

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

background-color css

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

 a { background-color: rgb(109,47,175); }

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

border-color css

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

 span { border-color: rgb(109,47,175); }

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