#6F23B8

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

Shades of Purple Heart #6F23B8

Tints of Purple Heart #6F23B8

Color information

#6F23B8 (or 0x6F23B8) is unknown color: approx Purple Heart. HEX triplet: 6F, 23 and B8. RGB value is (111,35,184). Sum of RGB (Red+Green+Blue) = 111+35+184=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #6F23B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F23B8 is #90DC47. Grayscale: #4A4A4A. Windows color (decimal): -9493576 or 12067695. OLE color: 12067695.

HSL color Cylindrical-coordinate representation of color #6F23B8: hue angle of 270.6º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F23B8 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11135184-
CMYK0.400.8100.28
HSL270.6º68.04%42.94%-
HSV(B)270.6º80.98%72.16%-
XYZ15.818.0446.07-
YUV74.71189.68153.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.64%
GREEN value IS 35 (14.06% from 255) = 10.61%
BLUE value IS 184 (72.27% from 255) = 55.76%
R=33.64%
G=10.61%
B=55.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111351840.400.8100.28270.668.0442.94
Hex6F23B8285101C10f442b
Octal157432705012103441710453
Binary11011111000111011100010100010100010111001000011111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F23B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,35,184); }

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

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

 a { background-color: rgb(111,35,184); }

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

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

 span { border-color: rgb(111,35,184); }

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