#6B30BA

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

Shades of Purple Heart #6B30BA

Tints of Purple Heart #6B30BA

Color information

#6B30BA (or 0x6B30BA) is unknown color: approx Purple Heart. HEX triplet: 6B, 30 and BA. RGB value is (107,48,186). Sum of RGB (Red+Green+Blue) = 107+48+186=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B30BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B30BA is #94CF45. Grayscale: #505050. Windows color (decimal): -9752390 or 12202091. OLE color: 12202091.

HSL color Cylindrical-coordinate representation of color #6B30BA: hue angle of 265.65º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B30BA is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10748186-
CMYK0.420.7400.27
HSL265.65º58.97%45.88%-
HSV(B)265.65º74.19%72.94%-
XYZ15.988.7847.31-
YUV81.37187.05146.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.38%
GREEN value IS 48 (19.14% from 255) = 14.08%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=31.38%
G=14.08%
B=54.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107481860.420.7400.27265.6558.9745.88
Hex6B30BA2A4A01B10a3b2e
Octal15360272521120334127356
Binary1101011110000101110101010101001010011011100001010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B30BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,48,186); }

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

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

 a { background-color: rgb(107,48,186); }

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

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

 span { border-color: rgb(107,48,186); }

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