Html Css Color HEX #6F28BA Purple Heart

📋 copy color: '#6F28BA'

red 111 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #6F28BA

Tints of Purple Heart #6F28BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

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

R = 32.94%
G = 11.87%
B = 55.19%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F28BA (or 0x6F28BA) is known color: Purple Heart. HEX triplet: 6F, 28 and BA. RGB value is (111,40,186). Sum of RGB (Red+Green+Blue) = 111+40+186=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F28BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F28BA is #90D745. Grayscale: #4D4D4D. Windows color (decimal): -9492294 or 12200047. OLE color: 12200047.

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

Color convert

RGB 111 40 186 -
CMYK 0.40 0.78 0 0.27
HSL 269.18º 0.65% 0.44% -
HSV(B) 269.18º 0.78% 0.73% -
XYZ 16.18 8.44 47.23 -
YUV 77.87 189.02 151.63 -
System Red Green Blue C M Y K H S L
Decimal 111 40 186 0.40 0.78 0 0.27 269.18 0.65 0.44
Hex 6F 28 BA 28 4E 0 1B 10D 41 2C
Octal 157 50 272 50 116 0 33 415 101 54
Binary 1101111 101000 10111010 101000 1001110 0 11011 100001101 1000001 101100

Color Harmonies of #6F28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F28BA

Black with #6F28BA

Text Example


Text Example

White with #6F28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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