Html Css Color HEX #6F07BA Purple Heart

📋 copy color: '#6F07BA'

red 111 ◦ green 7 ◦ blue 186

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

Shades of Purple Heart #6F07BA

Tints of Purple Heart #6F07BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 36.51%
G = 2.3%
B = 61.18%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F07BA (or 0x6F07BA) is known color: Purple Heart. HEX triplet: 6F, 07 and BA. RGB value is (111,7,186). Sum of RGB (Red+Green+Blue) = 111+7+186=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F07BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F07BA is #90F845. Grayscale: #393939. Windows color (decimal): -9500742 or 12191599. OLE color: 12191599.

HSL color Cylindrical-coordinate representation of color #6F07BA: hue angle of 274.86º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F07BA is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 7 186 -
CMYK 0.40 0.96 0 0.27
HSL 274.86º 0.93% 0.38% -
HSV(B) 274.86º 0.96% 0.73% -
XYZ 15.49 7.08 47 -
YUV 58.5 199.96 165.45 -
System Red Green Blue C M Y K H S L
Decimal 111 7 186 0.40 0.96 0 0.27 274.86 0.93 0.38
Hex 6F 7 BA 28 60 0 1B 113 5D 26
Octal 157 7 272 50 140 0 33 423 135 46
Binary 1101111 111 10111010 101000 1100000 0 11011 100010011 1011101 100110

Color Harmonies of #6F07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F07BA

Black with #6F07BA

Text Example


Text Example

White with #6F07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,7,186); }

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

background-color css

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

 a { background-color: rgb(111,7,186); }

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

border-color css

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

 span { border-color: rgb(111,7,186); }

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