Html Css Color HEX #6F28B3 Purple Heart

📋 copy color: '#6F28B3'

red 111 ◦ green 40 ◦ blue 179

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

Shades of Purple Heart #6F28B3

Tints of Purple Heart #6F28B3

RGB

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

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

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

R = 33.64%
G = 12.12%
B = 54.24%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6F28B3 (or 0x6F28B3) is known color: Purple Heart. HEX triplet: 6F, 28 and B3. RGB value is (111,40,179). Sum of RGB (Red+Green+Blue) = 111+40+179=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 179 (70.31% from 255 or 54.24% from 330); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F28B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F28B3 is #90D74C. Grayscale: #4C4C4C. Windows color (decimal): -9492301 or 11741295. OLE color: 11741295.

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

Color convert

RGB 111 40 179 -
CMYK 0.38 0.78 0 0.30
HSL 270.65º 0.63% 0.43% -
HSV(B) 270.65º 0.78% 0.7% -
XYZ 15.45 8.15 43.41 -
YUV 77.08 185.52 152.2 -
System Red Green Blue C M Y K H S L
Decimal 111 40 179 0.38 0.78 0 0.30 270.65 0.63 0.43
Hex 6F 28 B3 26 4E 0 1E 10F 3F 2B
Octal 157 50 263 46 116 0 36 417 77 53
Binary 1101111 101000 10110011 100110 1001110 0 11110 100001111 111111 101011

Color Harmonies of #6F28B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F28B3

Black with #6F28B3

Text Example


Text Example

White with #6F28B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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