Html Css Color HEX #6F11B3 Purple Heart

📋 copy color: '#6F11B3'

red 111 ◦ green 17 ◦ blue 179

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

Shades of Purple Heart #6F11B3

Tints of Purple Heart #6F11B3

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.54%

 BLUE value IS 179 (70.31% from 255) = 58.31%

R = 36.16%
G = 5.54%
B = 58.31%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6F11B3 (or 0x6F11B3) is known color: Purple Heart. HEX triplet: 6F, 11 and B3. RGB value is (111,17,179). Sum of RGB (Red+Green+Blue) = 111+17+179=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F11B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F11B3 is #90EE4C. Grayscale: #3F3F3F. Windows color (decimal): -9498189 or 11735407. OLE color: 11735407.

HSL color Cylindrical-coordinate representation of color #6F11B3: hue angle of 274.81º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F11B3 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 17 179 -
CMYK 0.38 0.91 0 0.30
HSL 274.81º 0.83% 0.38% -
HSV(B) 274.81º 0.91% 0.7% -
XYZ 14.89 7.04 43.22 -
YUV 63.57 193.14 161.83 -
System Red Green Blue C M Y K H S L
Decimal 111 17 179 0.38 0.91 0 0.30 274.81 0.83 0.38
Hex 6F 11 B3 26 5B 0 1E 113 53 26
Octal 157 21 263 46 133 0 36 423 123 46
Binary 1101111 10001 10110011 100110 1011011 0 11110 100010011 1010011 100110

Color Harmonies of #6F11B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F11B3

Black with #6F11B3

Text Example


Text Example

White with #6F11B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,179); }

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

background-color css

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

 a { background-color: rgb(111,17,179); }

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

border-color css

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

 span { border-color: rgb(111,17,179); }

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