Html Css Color HEX #6F27AC Purple Heart

📋 copy color: '#6F27AC'

red 111 ◦ green 39 ◦ blue 172

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

Shades of Purple Heart #6F27AC

Tints of Purple Heart #6F27AC

RGB

 RED value IS 111 (43.75% from 255) = 34.47%

 GREEN value IS 39 (15.63% from 255) = 12.11%

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 34.47%
G = 12.11%
B = 53.42%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F27AC (or 0x6F27AC) is known color: Purple Heart. HEX triplet: 6F, 27 and AC. RGB value is (111,39,172). Sum of RGB (Red+Green+Blue) = 111+39+172=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F27AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F27AC is #90D853. Grayscale: #4B4B4B. Windows color (decimal): -9492564 or 11282287. OLE color: 11282287.

HSL color Cylindrical-coordinate representation of color #6F27AC: hue angle of 272.48º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F27AC is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 39 172 -
CMYK 0.35 0.77 0 0.33
HSL 272.48º 0.63% 0.41% -
HSV(B) 272.48º 0.77% 0.67% -
XYZ 14.73 7.81 39.76 -
YUV 75.69 182.35 153.19 -
System Red Green Blue C M Y K H S L
Decimal 111 39 172 0.35 0.77 0 0.33 272.48 0.63 0.41
Hex 6F 27 AC 23 4D 0 21 110 3F 29
Octal 157 47 254 43 115 0 41 420 77 51
Binary 1101111 100111 10101100 100011 1001101 0 100001 100010000 111111 101001

Color Harmonies of #6F27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F27AC

Black with #6F27AC

Text Example


Text Example

White with #6F27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,39,172); }

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

background-color css

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

 a { background-color: rgb(111,39,172); }

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

border-color css

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

 span { border-color: rgb(111,39,172); }

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