Html Css Color HEX #6F28BB Purple Heart

📋 copy color: '#6F28BB'

red 111 ◦ green 40 ◦ blue 187

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

Shades of Purple Heart #6F28BB

Tints of Purple Heart #6F28BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.33%

R = 32.84%
G = 11.83%
B = 55.33%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F28BB (or 0x6F28BB) is known color: Purple Heart. HEX triplet: 6F, 28 and BB. RGB value is (111,40,187). Sum of RGB (Red+Green+Blue) = 111+40+187=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F28BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F28BB is #90D744. Grayscale: #4D4D4D. Windows color (decimal): -9492293 or 12265583. OLE color: 12265583.

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

Color convert

RGB 111 40 187 -
CMYK 0.41 0.79 0 0.27
HSL 268.98º 0.65% 0.45% -
HSV(B) 268.98º 0.79% 0.73% -
XYZ 16.28 8.48 47.79 -
YUV 77.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 111 40 187 0.41 0.79 0 0.27 268.98 0.65 0.45
Hex 6F 28 BB 29 4F 0 1B 10D 41 2D
Octal 157 50 273 51 117 0 33 415 101 55
Binary 1101111 101000 10111011 101001 1001111 0 11011 100001101 1000001 101101

Color Harmonies of #6F28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F28BB

Black with #6F28BB

Text Example


Text Example

White with #6F28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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