#6B23B1

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

Shades of Purple Heart #6B23B1

Tints of Purple Heart #6B23B1

Color information

#6B23B1 (or 0x6B23B1) is unknown color: approx Purple Heart. HEX triplet: 6B, 23 and B1. RGB value is (107,35,177). Sum of RGB (Red+Green+Blue) = 107+35+177=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B23B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B23B1 is #94DC4E. Grayscale: #484848. Windows color (decimal): -9755727 or 11608939. OLE color: 11608939.

HSL color Cylindrical-coordinate representation of color #6B23B1: hue angle of 270.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B23B1 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10735177-
CMYK0.400.8000.31
HSL270.42º66.98%41.57%-
HSV(B)270.42º80.23%69.41%-
XYZ14.67.542.27-
YUV72.72186.85152.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 35 (14.06% from 255) = 10.97%
BLUE value IS 177 (69.53% from 255) = 55.49%
R=33.54%
G=10.97%
B=55.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107351770.400.8000.31270.4266.9841.57
Hex6B23B1285001F10e432a
Octal153432615012003741610352
Binary11010111000111011000110100010100000111111000011101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B23B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,35,177); }

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

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

 a { background-color: rgb(107,35,177); }

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

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

 span { border-color: rgb(107,35,177); }

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