#6F22C4

Color #6F22C4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6F22C4

Tints of Purple Heart #6F22C4

Color information

#6F22C4 (or 0x6F22C4) is unknown color: approx Purple Heart. HEX triplet: 6F, 22 and C4. RGB value is (111,34,196). Sum of RGB (Red+Green+Blue) = 111+34+196=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 196 (76.95% from 255 or 57.48% from 341); Max value from RGB is 196 - color contains mainly: blue. Hex color #6F22C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F22C4 is #90DD3B. Grayscale: #4A4A4A. Windows color (decimal): -9493820 or 12853871. OLE color: 12853871.

HSL color Cylindrical-coordinate representation of color #6F22C4: hue angle of 268.52º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F22C4 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11134196-
CMYK0.430.8300.23
HSL268.52º70.43%45.1%-
HSV(B)268.52º82.65%76.86%-
XYZ17.098.5152.97-
YUV75.49196.01153.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.55%
GREEN value IS 34 (13.67% from 255) = 9.97%
BLUE value IS 196 (76.95% from 255) = 57.48%
R=32.55%
G=9.97%
B=57.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal111341960.430.8300.23268.5270.4345.1
Hex6F22C42B5301710d462d
Octal157423045312302741510655
Binary11011111000101100010010101110100110101111000011011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F22C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,34,196); }

 H1.HeaderClassName
 {
   color: #6F22C4;
 }
 .AnyTagClassName
 {
   color: #6F22C4;
 }
</style>
background-color css

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

 a { background-color: rgb(111,34,196); }

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

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

 span { border-color: rgb(111,34,196); }

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