#6B30BC

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

Shades of Purple Heart #6B30BC

Tints of Purple Heart #6B30BC

Color information

#6B30BC (or 0x6B30BC) is unknown color: approx Purple Heart. HEX triplet: 6B, 30 and BC. RGB value is (107,48,188). Sum of RGB (Red+Green+Blue) = 107+48+188=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B30BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B30BC is #94CF43. Grayscale: #515151. Windows color (decimal): -9752388 or 12333163. OLE color: 12333163.

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

Color convert

RGB10748188-
CMYK0.430.7400.26
HSL265.29º59.32%46.27%-
HSV(B)265.29º74.47%73.73%-
XYZ16.28.8748.44-
YUV81.6188.05146.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.20%
GREEN value IS 48 (19.14% from 255) = 13.99%
BLUE value IS 188 (73.83% from 255) = 54.81%
R=31.20%
G=13.99%
B=54.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal107481880.430.7400.26265.2959.3246.27
Hex6B30BC2B4A01A1093b2e
Octal15360274531120324117356
Binary1101011110000101111001010111001010011010100001001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B30BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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